File tree Expand file tree Collapse file tree
ICSharpCode.AvalonEdit/Highlighting/Resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<!-- syntaxdefinition for Json by alek kowalczyk -->
33<!-- update by zuijin in 2019.12.20 -->
44<SyntaxDefinition name =" Json" extensions =" .json" xmlns =" http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008" >
5- <Color name =" Bool" foreground =" #f98280 " exampleText =" true | false" />
6- <Color name =" Number" foreground =" #cc0029 " exampleText =" 3.14" />
7- <Color name =" String" foreground =" #3ab54a " exampleText =" " />
8- <Color name =" Null" foreground =" #b3b3b3 " exampleText =" " />
9- <Color name =" FieldName" foreground =" #008fee " />
10- <Color name =" Punctuation" foreground =" #222222 " />
5+ <Color name =" Bool" foreground =" Blue " exampleText =" true | false" />
6+ <Color name =" Number" foreground =" Red " exampleText =" 3.14" />
7+ <Color name =" String" foreground =" Green " exampleText =" " />
8+ <Color name =" Null" foreground =" Olive " exampleText =" " />
9+ <Color name =" FieldName" foreground =" DarkMagenta " />
10+ <Color name =" Punctuation" foreground =" Black " />
1111
1212 <RuleSet name =" String" >
1313 <Span begin =" \\" end =" ." />
You can’t perform that action at this time.
0 commit comments