summaryrefslogtreecommitdiff
path: root/modules/gdscript/editor/gdscript_highlighter.h
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-10-11GDScript: fix highlighting '.' after global class nameRune
2022-08-25Added highlighting color for GDScript and GlobalScope functionsVolTer
2022-08-22Replace Array return types with TypedArraykobewi
2022-07-19Highlight ^NodePath and &StringName differentlykobewi
2022-05-16Replace most uses of Map by HashMapreduz
2022-01-15Improvments for SyntaxHighlightersPaulb23
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-09-21Improve GDScript Editor and Improve latencyGordon MacPherson
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-06-06Highlight annotations in the GDScript syntax highlighterHugo Locurcio
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-07-11Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb23
2020-07-11Expose Syntax highlighter for editor pluginsPaulb23
2020-07-11Convert syntax highlighters into a resourcePaulb23
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-07-20Add syntax highlighting to type hintsGeorge Marques
2018-04-20Added GDScript NodePath highlightingPaulb23
2018-04-20Added GDScript function definition highlightingPaulb23
2018-04-20GDScript highlighter now remembers previous statePaulb23
2018-04-20Exclude GDScriptSyntaxHighlighter from non-tool buildsPaulb23