Skip to content

Commit 468855c

Browse files
authored
Merge pull request #7717 from RainCmd/patch-1
The scope of the macro token map is incorrect
2 parents b5ab18d + 7ed6aa7 commit 468855c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/language-extensions/semantic-highlight-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ The following table lists the currently predefined mappings.
253253
| `function`|`entity.name.function`|
254254
| `function.defaultLibrary`|`support.function`|
255255
| `method`|`entity.name.function.member`|
256-
| `macro`|`entity.name.function.macro`|
256+
| `macro`|`entity.name.function.preprocessor`|
257257
| `variable`|`variable.other.readwrite` , `entity.name.variable`|
258258
| `variable.readonly`|`variable.other.constant`|
259259
| `variable.readonly.defaultLibrary`|`support.constant`|

0 commit comments

Comments
 (0)