Skip to content

Commit fccf550

Browse files
committed
Доработано отображение строк для MD 6
1 parent 06dc197 commit fccf550

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

OneScriptBinding6/OneScriptSyntaxMode.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>
@@ -9,17 +9,14 @@
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>

0 commit comments

Comments
 (0)