ability to highlight global variables (#655)

anything declared with "var" at the root level
This commit is contained in:
nullptrdevs
2022-10-09 22:13:15 -07:00
committed by GitHub
parent f204f3467e
commit 19fd17ff76
4 changed files with 54 additions and 16 deletions

View File

@@ -94,6 +94,11 @@
"description": "When true, skips searching for references in std. Improves lookup speed for functions in user's code. Renaming and go-to-definition will continue to work as is",
"type": "boolean",
"default": "false"
},
"highlight_global_var_declarations": {
"description": "Whether to highlight global var declarations",
"type": "boolean",
"default": "false"
}
}
}