Home
last modified time | relevance | path

Searched refs:comment (Results 101 – 125 of 708) sorted by path

12345678910>>...29

/plugin/codemirror/dist/modes/
H A Dd.min.js.map1comment\";\n }\n }\n if (isOperatorChar.test(ch)) {\n stream.eatWhile(isOperatorCh…
H A Ddart.min.js.map1 …return state.tokenize(stream, state)\n }\n }\n return \"comment\"\n }\n }\n\n…
H A Ddjango.min.js.map1comment\", \"endcomment\",\n \"empty\", \"url\", \"static\", \"trans\", \"block…
H A Ddockerfile.min.js.map1comment: This is a line starting with a comment\n {\n regex: /^\\s*#.*$/,\n sol…
H A Ddtd.min.js.map1 …dashes = (ch == \"-\") ? dashes + 1 : 0;\n }\n return ret(\"comment\", \"comment\");\n }\n\…
H A Ddylan.min.js.map1comment\";\n }\n stream.backUp(1);\n }\n // Decimal\n else if (/[+\\-\\d\\.]/.t…
H A Debnf.min.js1comment:0,_string:1,characterClass:2};var e=null;if(b.bracesMode)e=a.getMode(b,b.bracesMode);retur… property in AnonymousFunction1590f7240200.d
H A Debnf.min.js.map1comment","_string","characterClass","bracesMode","getMode","startState","stringType","braced","lhs…
H A Decl.min.js.map1comment\";\n }\n }\n if (isOperatorChar.test(ch)) {\n stream.eatWhile(isOperatorCh…
H A Deiffel.min.js.map1 …= \"-\"&&stream.eat(\"-\")) {\n stream.skipToEnd();\n return \"comment\";\n } else if…
H A Delm.min.js.map1comment\";\n }\n source.eatWhile(symbolRE);\n return \"keyword\";\n …
H A Derlang.min.js.map1comment\n if (ch == '%') {\n stream.skipToEnd();\n return rval(state,stream,\"comment
H A Dfactor.min.js.map1 …y used\n start: [\n // comments\n {regex: /#?!.*/, token: \"comment\"},\n // str…
H A Dfcl.min.js.map1comment\";\n }\n }\n if (isOperatorChar.test(ch)) {\n stream.eatWhile(isOperatorCh…
H A Dforth.min.js.map1comment' + stt.state;\n }\n\n // core words\n if (searchWordList(stt.co…
H A Dfortran.min.js.map1comment\";\n }\n if (ch == '\"' || ch == \"'\") {\n state.tokenize = tokenString(ch);\n…
H A Dgas.min.js.map1comment changes based on the target\n // architecture.\n // If no architecture is pased in \"par…
H A Dgherkin.min.js.map1 … // LINE COMMENT\n if (stream.match(/#.*/)) {\n return \"comment\";\n\n // TA…
H A Dgo.min.js.map1comment\";\n }\n }\n if (isOperatorChar.test(ch)) {\n stream.eatWhile(isOperatorCh…
H A Dgroovy.min.js.map1comment\";\n }\n if (expectExpression(state.lastToken, false)) {\n return startSt…
H A Dhaml.min.js.map1comment\";\n }\n return rubyMode.token(stream, state.rubyState);\n }\n\n function …
H A Dhandlebars.min.js1 …:[{regex:/--\}\}/,pop:true,token:"comment"},{regex:/./,token:"comment"}],comment:[{regex:/\}\}/,po…
H A Dhandlebars.min.js.map1comment","meta","blockCommentStart","blockCommentEnd","defineMode","config","parserConfig","getMod…
H A Dhaskell-literate.min.js.map1 …ate)\n } else {\n stream.skipToEnd()\n return \"comment\"\n }\n …
H A Dhaskell.min.js.map1comment\";\n if (source.eat('#')) {\n t = \"meta\";\n }\n return swi…

12345678910>>...29