godot/modules/gdscript/editor
lucasvanmol 6742f6894e
Fix highlight color for class attributes that are also keywords
Fixes #45338. 
This PR also makes any word after a "." not highlight as a keyword, i.e. the cos
in Color.cos will highlight the same as any other class constant. Additionally,
trying to do things like ".print()" will not highlight print as a keyword but as
a class function.
2021-01-21 11:46:32 +00:00
..
gdscript_highlighter.cpp Fix highlight color for class attributes that are also keywords 2021-01-21 11:46:32 +00:00
gdscript_highlighter.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00