|
87 | 87 | "endCaptures": { }, |
88 | 88 | "patterns": [ |
89 | 89 | { "include": "#attributes_context" }, |
90 | | - { "include": "#string_context" } |
| 90 | + { "include": "#string_context" }, |
| 91 | + { "include": "#ever_present_context" } |
91 | 92 | ] |
92 | 93 | }, |
93 | 94 | { |
|
113 | 114 | "match": "(?<!\\w)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*(?!\\w)", |
114 | 115 | "name": "entity.other.attribute.$0.cpp" |
115 | 116 | }, |
116 | | - { "include": "#number_literal" } |
| 117 | + { "include": "#number_literal" }, |
| 118 | + { "include": "#ever_present_context" } |
117 | 119 | ] |
118 | 120 | }, |
119 | 121 | "alignas_operator": { |
|
1068 | 1070 | "endCaptures": { }, |
1069 | 1071 | "patterns": [ |
1070 | 1072 | { "include": "#attributes_context" }, |
1071 | | - { "include": "#string_context" } |
| 1073 | + { "include": "#string_context" }, |
| 1074 | + { "include": "#ever_present_context" } |
1072 | 1075 | ] |
1073 | 1076 | }, |
1074 | 1077 | { |
|
1094 | 1097 | "match": "(?<!\\w)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*(?!\\w)", |
1095 | 1098 | "name": "entity.other.attribute.$0.cpp" |
1096 | 1099 | }, |
1097 | | - { "include": "#number_literal" } |
| 1100 | + { "include": "#number_literal" }, |
| 1101 | + { "include": "#ever_present_context" } |
1098 | 1102 | ] |
1099 | 1103 | }, |
1100 | 1104 | "curly_initializer": { |
|
2640 | 2644 | "endCaptures": { }, |
2641 | 2645 | "patterns": [ |
2642 | 2646 | { "include": "#attributes_context" }, |
2643 | | - { "include": "#string_context" } |
| 2647 | + { "include": "#string_context" }, |
| 2648 | + { "include": "#ever_present_context" } |
2644 | 2649 | ] |
2645 | 2650 | }, |
2646 | 2651 | { |
|
2666 | 2671 | "match": "(?<!\\w)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*(?!\\w)", |
2667 | 2672 | "name": "entity.other.attribute.$0.cpp" |
2668 | 2673 | }, |
2669 | | - { "include": "#number_literal" } |
| 2674 | + { "include": "#number_literal" }, |
| 2675 | + { "include": "#ever_present_context" } |
2670 | 2676 | ] |
2671 | 2677 | }, |
2672 | 2678 | "goto_statement": { |
|
3285 | 3291 | "endCaptures": { }, |
3286 | 3292 | "patterns": [ |
3287 | 3293 | { "include": "#attributes_context" }, |
3288 | | - { "include": "#string_context" } |
| 3294 | + { "include": "#string_context" }, |
| 3295 | + { "include": "#ever_present_context" } |
3289 | 3296 | ] |
3290 | 3297 | }, |
3291 | 3298 | { |
|
3311 | 3318 | "match": "(?<!\\w)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*(?!\\w)", |
3312 | 3319 | "name": "entity.other.attribute.$0.cpp" |
3313 | 3320 | }, |
3314 | | - { "include": "#number_literal" } |
| 3321 | + { "include": "#number_literal" }, |
| 3322 | + { "include": "#ever_present_context" } |
3315 | 3323 | ] |
3316 | 3324 | }, |
3317 | 3325 | "namespace_alias": { |
|
4641 | 4649 | "7": { "name": "comment.block.cpp" }, |
4642 | 4650 | "8": { "name": "comment.block.cpp punctuation.definition.comment.end.cpp" } |
4643 | 4651 | } |
4644 | | - } |
| 4652 | + }, |
| 4653 | + { "include": "#ever_present_context" } |
4645 | 4654 | ] |
4646 | 4655 | }, |
4647 | 4656 | "parameter_class": { |
|
5032 | 5041 | "8": { "name": "comment.block.cpp punctuation.definition.comment.end.cpp" } |
5033 | 5042 | } |
5034 | 5043 | }, |
5035 | | - { "include": "#evaluation_context" } |
| 5044 | + { "include": "#evaluation_context" }, |
| 5045 | + { "include": "#ever_present_context" } |
5036 | 5046 | ] |
5037 | 5047 | }, |
5038 | 5048 | "parameter_struct": { |
|
0 commit comments