Commit Graph

7 Commits

Author SHA1 Message Date
Oliver Frank
acc503078d Add support for Emacs 26
This adds a copy of the rx package from Emacs 27 and adds some code that checks
the version of Emacs.
2020-02-05 08:35:07 -06:00
Oliver Frank
5111cad171 Add static keyword to block starters 2020-02-05 08:34:03 -06:00
Nathan Lovato
c5e49b6e8f Fix indent functions not working
A symbol was split into two. I also formatted the function

Fix #1
2020-01-15 09:57:39 +01:00
Nathan Lovato
147d1bd444 Port syntax, shortcuts, and regex from python.el
This adds support for imenu and correct indentation size
2020-01-14 23:03:14 +01:00
Nathan Lovato
dbc8528c0d Add syntax indent code based on Emacs 27's python.el
Add regex to read GDScript code
Add functions to detect the indents of code
2020-01-14 22:16:41 +01:00
Nathan Lovato
d936e5ce09 Add README 2020-01-14 21:46:33 +01:00
Nathan Lovato
72de1b30d5 Add the first version of GDScript-mode.el
Syntax highlighting for most keywords and built-in classes
Default variables for tab-based indents that are 4 spaces wide
2020-01-14 21:45:02 +01:00