| Commit message (Expand) | Author | Age | Files | Lines |
* | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
* | GDScript: Fix highlighting escapes in multiline raw strings | Danil Alexeev | 2024-04-09 | 1 | -1/+4 |
* | GDScript: Highlight code region comments | Danil Alexeev | 2024-01-25 | 1 | -1/+10 |
* | GDScript: Add raw string literals (r-strings) | Danil Alexeev | 2023-09-11 | 1 | -0/+1 |
* | GDScript: Highlight comment markers (`TODO`, `FIXME`, etc.) | Danil Alexeev | 2023-08-07 | 1 | -0/+9 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | GDScript: fix highlighting '.' after global class name | Rune | 2022-10-11 | 1 | -1/+2 |
* | Added highlighting color for GDScript and GlobalScope functions | VolTer | 2022-08-25 | 1 | -1/+3 |
* | Replace Array return types with TypedArray | kobewi | 2022-08-22 | 1 | -1/+1 |
* | Highlight ^NodePath and &StringName differently | kobewi | 2022-07-19 | 1 | -0/+4 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -1/+1 |
* | Improvments for SyntaxHighlighters | Paulb23 | 2022-01-15 | 1 | -0/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Improve GDScript Editor and Improve latency | Gordon MacPherson | 2021-09-21 | 1 | -2/+2 |
* | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz | 2021-08-22 | 1 | -1/+1 |
* | Highlight annotations in the GDScript syntax highlighter | Hugo Locurcio | 2021-06-06 | 1 | -0/+2 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut | 2020-12-02 | 1 | -1/+1 |
* | Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter | Paulb23 | 2020-07-11 | 1 | -3/+18 |
* | Expose Syntax highlighter for editor plugins | Paulb23 | 2020-07-11 | 1 | -5/+7 |
* | Convert syntax highlighters into a resource | Paulb23 | 2020-07-11 | 1 | -3/+3 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | added a const keyword for a methods that return constant literal... | hbina085 | 2019-05-21 | 1 | -1/+1 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Add syntax highlighting to type hints | George Marques | 2018-07-20 | 1 | -1/+3 |
* | Added GDScript NodePath highlighting | Paulb23 | 2018-04-20 | 1 | -0/+2 |
* | Added GDScript function definition highlighting | Paulb23 | 2018-04-20 | 1 | -0/+1 |
* | GDScript highlighter now remembers previous state | Paulb23 | 2018-04-20 | 1 | -0/+11 |
* | Exclude GDScriptSyntaxHighlighter from non-tool builds | Paulb23 | 2018-04-20 | 1 | -0/+56 |