]>
luflow.net public git repositories - flow-web.git/blob - static/highlight/es/languages/nestedtext.js
1 /*! `nestedtext` grammar compiled for Highlight.js 11.11.1 */
2 var hljsGrammar
= (function () {
7 Description: NestedText is a file format for holding data that is to be entered, edited, or viewed by people.
8 Website: https://nestedtext.org/
12 /** @type LanguageFn */
13 function nestedtext(hljs
) {
16 /^\s*(?=\S)/, // have to look forward here to avoid polynomial backtracking
26 const DICTIONARY_ITEM
= {
28 /^\s*(?=\S)/, // have to look forward here to avoid polynomial backtracking
75 hljs
.inherit(hljs
.HASH_COMMENT_MODE
, {
91 export default hljsGrammar
;