UPD: C# highlighter

(cherry picked from commit d8462d0ec5)
This commit is contained in:
Alexander Koblov 2024-02-16 19:53:04 +03:00
commit e7946aa7e2
2 changed files with 20 additions and 4 deletions

View file

@ -2,7 +2,7 @@
<Info>
<General Name="C#" Extensions="CS" Other="0"/>
<Author Name="" Email="" Web="" Copyright="" Company="" Remark=""/>
<Version Version="1" Revision="0" Date="44702.7781275116"/>
<Version Version="1" Revision="1" Date="45338.7781275116"/>
<History>
</History>
<Sample>
@ -213,7 +213,11 @@
</Range>
<Range Name="Strings &quot;..&quot;" Attributes="255,$80000005;False:True." Style=""
Delimiters="!&quot;#$%&amp;'()*+,-./:;&lt;=&gt;?@[\]^`{|}~">
<Rule OpenSymbol="&quot;" CloseSymbol="&quot;"/>
<Rule OpenSymbol="&quot;" OpenSymbolPartOfTerm="Right" CloseSymbol="&quot;" CloseSymbolPartOfTerm="Right" CloseOnEol="True"/>
<Keywords Name="Escape" Attributes="255,$80000005;True:True." Style="">
<word value="\&quot;"/>
<word value="\\"/>
</Keywords>
</Range>
<Range Name="Remarks //" Attributes="8388608,$80000005;False:True." Style=""
Delimiters="!&quot;#$%&amp;'()*+,-./:;&lt;=&gt;?@[\]^`{|}~">

View file

@ -105,7 +105,13 @@
},
{
Name : "Strings \"..\"",
Attributes : "$000000FF,$80000005;False:True."
Attributes : "$000000FF,$80000005;False:True.",
KeyLists : [
{
Name : "Escape",
Attributes : "$000000FF,$80000005;True:True."
}
]
},
{
Name : "Remarks //",
@ -359,7 +365,13 @@
},
{
Name : "Strings \"..\"",
Attributes : "$00898BB9,$80000005;False:True."
Attributes : "$00898BB9,$80000005;False:True.",
KeyLists : [
{
Name : "Escape",
Attributes : "$00898BB9,$80000005;True:True."
}
]
},
{
Name : "Remarks //",