File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
External/3rdParty/Scintilla Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -34,22 +34,22 @@ diff --git a/lexers/LexCPP.cxx b/lexers/LexCPP.cxx
34
34
WordList ppDefinitions;
35
35
WordList markerList;
36
36
struct SymbolValue {
37
- @@ -589,6 +595,15 @@
38
- case 5:
39
- wordListN = &markerList;
37
+ @@ -587,6 +593,15 @@
38
+ wordListN = &ppDefinitions;
40
39
break;
41
- + case 6 :
40
+ case 5 :
42
41
+ wordListN = &keywords5;
43
42
+ break;
44
- + case 7 :
43
+ + case 6 :
45
44
+ wordListN = &keywords6;
46
45
+ break;
47
- + case 8 :
46
+ + case 7 :
48
47
+ wordListN = &keywords7;
49
48
+ break;
49
+ + case 8:
50
+ wordListN = &markerList;
51
+ break;
50
52
}
51
- Sci_Position firstModification = -1;
52
- if (wordListN) {
53
53
@@ -809,6 +824,12 @@
54
54
sc.ChangeState(SCE_C_WORD2|activitySet);
55
55
} else if (keywords4.InList(s)) {
Original file line number Diff line number Diff line change 39
39
<keyword key =" 1" class =" haxe-additional-keywords" />
40
40
<keyword key =" 2" class =" haxe-documentation-keywords" />
41
41
<keyword key =" 3" class =" haxe-primary-keywords" />
42
- <keyword key =" 6 " class =" haxe-additional-keywords3" />
43
- <keyword key =" 7 " class =" haxe-additional-keywords4" />
44
- <keyword key =" 8 " class =" haxe-additional-keywords5" />
42
+ <keyword key =" 5 " class =" haxe-additional-keywords3" />
43
+ <keyword key =" 6 " class =" haxe-additional-keywords4" />
44
+ <keyword key =" 7 " class =" haxe-additional-keywords5" />
45
45
</use-keywords >
46
46
<!-- COLORING_START -->
47
47
<editor-style caret-fore =" 0x000000" caretline-back =" 0xececec" selection-fore =" 0xffffff" selection-back =" 0x3399ff" colorize-marker-back =" true" margin-fore =" 0xffffff" margin-back =" 0xffffff" marker-back =" 0xbcbcbc" />
You can’t perform that action at this time.
0 commit comments