Closed miss-programgamer closed 1 month ago
What exactly is the difference between variable.other.constant.gdscript
and constant.language.gdscript
? Are they actually highlighted differently?
What exactly is the difference between
variable.other.constant.gdscript
andconstant.language.gdscript
? Are they actually highlighted differently?
Yes, using the default vscode colors as a frame of reference, language constants are colored with the same dark blue as other keywords, whereas user constants are colored in a lighter electric blue.
Before my changes:
After my changes:
This is standard in several other languages grammars, like for instance C++ and Python.
The title says all. Related to Issue #735.