summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/editor/gdscript_highlighter.h
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* GDScript: Fix highlighting escapes in multiline raw stringsDanil Alexeev2024-04-091-1/+4
* GDScript: Highlight code region commentsDanil Alexeev2024-01-251-1/+10
* GDScript: Add raw string literals (r-strings)Danil Alexeev2023-09-111-0/+1
* GDScript: Highlight comment markers (`TODO`, `FIXME`, etc.)Danil Alexeev2023-08-071-0/+9
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* GDScript: fix highlighting '.' after global class nameRune2022-10-111-1/+2
* Added highlighting color for GDScript and GlobalScope functionsVolTer2022-08-251-1/+3
* Replace Array return types with TypedArraykobewi2022-08-221-1/+1
* Highlight ^NodePath and &StringName differentlykobewi2022-07-191-0/+4
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Improvments for SyntaxHighlightersPaulb232022-01-151-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Improve GDScript Editor and Improve latencyGordon MacPherson2021-09-211-2/+2
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-1/+1
* Highlight annotations in the GDScript syntax highlighterHugo Locurcio2021-06-061-0/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-1/+1
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-3/+18
* Expose Syntax highlighter for editor pluginsPaulb232020-07-111-5/+7
* Convert syntax highlighters into a resourcePaulb232020-07-111-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* added a const keyword for a methods that return constant literal...hbina0852019-05-211-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Add syntax highlighting to type hintsGeorge Marques2018-07-201-1/+3
* Added GDScript NodePath highlightingPaulb232018-04-201-0/+2
* Added GDScript function definition highlightingPaulb232018-04-201-0/+1
* GDScript highlighter now remembers previous statePaulb232018-04-201-0/+11
* Exclude GDScriptSyntaxHighlighter from non-tool buildsPaulb232018-04-201-0/+56