File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 11<SyntaxMode name = " OneScript" mimeTypes =" text/x-oscript" ignorecase =" True" >
22 <Property name =" LineComment" >//</Property >
3- <Property name =" StringQuote" >"</Property >
3+ <!-- Property name="StringQuote">"</Property -- >
44
55 <EolSpan color = " Preprocessor" rule =" text.preprocessor" >#</EolSpan >
66 <EolSpan color = " Comment(Line)" rule =" Comment" >//</EolSpan >
99 <Begin >/*</Begin >
1010 <End >*/</End >
1111 </Span >
12+
13+ <Match color =" String" >\|[^"]*($|")</Match >
1214
13- <Span color = " String" rule =" String" stopateol = " true" escape = ' \" ' >
15+ <Span color = " String" rule =" String" stopateol = " true" >
1416 <Begin >"</Begin >
1517 <End >"</End >
1618 </Span >
1719
18- <!-- Span color = "String" rule="String" stopateol = "true" escape='\"'>
19- <Begin firstNonWs="True">||</Begin>
20- <End>"</End>
21- </Span -->
22-
2320
2421 <Keywords color = " Keyword(Operator)" >
2522 <Word >And</Word >
You can’t perform that action at this time.
0 commit comments