mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: C# highlighter
This commit is contained in:
parent
a5009f63af
commit
d8462d0ec5
2 changed files with 20 additions and 4 deletions
|
|
@ -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 ".."" Attributes="255,$80000005;False:True." Style=""
|
||||
Delimiters="!"#$%&'()*+,-./:;<=>?@[\]^`{|}~">
|
||||
<Rule OpenSymbol=""" CloseSymbol="""/>
|
||||
<Rule OpenSymbol=""" OpenSymbolPartOfTerm="Right" CloseSymbol=""" CloseSymbolPartOfTerm="Right" CloseOnEol="True"/>
|
||||
<Keywords Name="Escape" Attributes="255,$80000005;True:True." Style="">
|
||||
<word value="\""/>
|
||||
<word value="\\"/>
|
||||
</Keywords>
|
||||
</Range>
|
||||
<Range Name="Remarks //" Attributes="8388608,$80000005;False:True." Style=""
|
||||
Delimiters="!"#$%&'()*+,-./:;<=>?@[\]^`{|}~">
|
||||
|
|
|
|||
|
|
@ -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 //",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue