summaryrefslogtreecommitdiff
path: root/modules/gdscript/editor
AgeCommit message (Expand)Author
2019-07-08Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio
2019-05-29Merge pull request #28416 from JellyWX/binary-literalsRémi Verschelde
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-04-25Support for binary literals in GDScript. Added an error that shows if a point...jude-lafitteIII
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-13Fix types highlighting outside of function args and var declarations, issues ...Paulb23
2018-09-29Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde
2018-09-08Fixed scientific notaion not highlighting correctly, issue 21435Paulb23
2018-07-20Add syntax highlighting to type hintsGeorge Marques
2018-06-13Removed duplicate default colours and removed GDScriptHighligher colours from...Paulb23
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