Kaydet (Commit) 19da0ce9 authored tarafından Colomban Wendling's avatar Colomban Wendling

Fix or add a few Scintilla styles mappings

Closes #3432760.
üst c1df8a72
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
# Edit these in the colorscheme .conf file instead # Edit these in the colorscheme .conf file instead
default=default default=default
comment=comment_line comment=comment_line
commentblock=comment
commentdirective=comment
number=number_1 number=number_1
string=string_1 string=string_1
operator=operator operator=operator
...@@ -12,7 +14,6 @@ mathinstruction=keyword_2 ...@@ -12,7 +14,6 @@ mathinstruction=keyword_2
register=type register=type
directive=preprocessor directive=preprocessor
directiveoperand=keyword_3 directiveoperand=keyword_3
commentblock=comment
character=string_1 character=string_1
stringeol=string_eol stringeol=string_eol
extinstruction=keyword_4 extinstruction=keyword_4
......
...@@ -9,12 +9,14 @@ comment3=comment ...@@ -9,12 +9,14 @@ comment3=comment
number=number_1 number=number_1
keyword=keyword_1 keyword=keyword_1
keyword2=keyword_2 keyword2=keyword_2
keyword3=keyword_3
string=string_1 string=string_1
char=character char=character
operator=operator operator=operator
identifier=identifier_1 identifier=identifier_1
tagname=preprocessor tagname=preprocessor
linenum=number_2 linenum=number_2
white=default
[keywords] [keywords]
# all items must be in one line # all items must be in one line
......
...@@ -6,16 +6,13 @@ comment=comment_line ...@@ -6,16 +6,13 @@ comment=comment_line
multicomment=comment multicomment=comment
number=number_1 number=number_1
keyword=keyword_1 keyword=keyword_1
special_keyword=type keywordkw=keyword_2
symbol=keyword_2 symbol=keyword_2
string=string_1 string=string_1
stringeol=string_eol stringeol=string_eol
identifier=identifier_1 identifier=identifier_1
operator=operator operator=operator
special=function special=function
character=character
macro=preprocessor
macrodispatch=number_2
[keywords] [keywords]
# all items must be in one line # all items must be in one line
......
...@@ -4,7 +4,10 @@ ...@@ -4,7 +4,10 @@
default=default default=default
comment=comment comment=comment
commentline=comment_line commentline=comment_line
commentlinedoc=comment_line_doc
commentdoc=comment_doc commentdoc=comment_doc
commentdockeyword=comment_doc_keyword
commentdockeyworderror=comment_doc_keyword_error
number=number_1 number=number_1
word=keyword_1 word=keyword_1
word2=keyword_2 word2=keyword_2
......
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
default=default default=default
comment=comment comment=comment
commentline=comment_line commentline=comment_line
commentbox=comment
blockcomment=comment
number=number_1 number=number_1
operator=operator operator=operator
identifier=identifier_1 identifier=identifier_1
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment