summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/editor
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2020Rémi Verschelde2020-01-012-4/+4
* Tweak the default function definition color when using a dark themeHugo Locurcio2019-10-021-10/+18
* Highlight singletons and class_names in GDScriptBojidar Marinov2019-09-281-1/+1
* Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio2019-07-081-2/+2
* Merge pull request #28416 from JellyWX/binary-literalsRémi Verschelde2019-05-291-1/+18
|\
| * Support for binary literals in GDScript. Added an error that shows if a point...jude-lafitteIII2019-04-251-1/+18
* | added a const keyword for a methods that return constant literal...hbina0852019-05-212-2/+2
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-012-4/+4
* Fix types highlighting outside of function args and var declarations, issues ...Paulb232018-10-131-4/+14
* Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde2018-09-291-4/+0
* Fixed scientific notaion not highlighting correctly, issue 21435Paulb232018-09-081-2/+2
* Add syntax highlighting to type hintsGeorge Marques2018-07-202-1/+33
* Removed duplicate default colours and removed GDScriptHighligher colours from...Paulb232018-06-131-2/+18
* Added GDScript NodePath highlightingPaulb232018-04-202-1/+14
* Added GDScript function definition highlightingPaulb232018-04-202-1/+11
* GDScript highlighter now remembers previous statePaulb232018-04-202-6/+56
* Exclude GDScriptSyntaxHighlighter from non-tool buildsPaulb232018-04-202-0/+318