File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
ICSharpCode.AvalonEdit/Highlighting/Resources Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
<!-- syntaxdefinition for Json by alek kowalczyk -->
3
3
<!-- update by zuijin in 2019.12.20 -->
4
4
<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 " />
11
11
12
12
<RuleSet name =" String" >
13
13
<Span begin =" \\" end =" ." />
You can’t perform that action at this time.
0 commit comments