Commit Graph

13 Commits

Author SHA1 Message Date
Nathan Lovato
06afaea940 Add package header 2020-02-01 09:03:52 -06:00
Nathan Lovato
191265bc92 Rename use-tab-mode variable to use-tab-indents 2020-02-01 08:56:12 -06:00
Nathan Lovato
95cd7a3f57 Add list of available features to the README 2020-01-31 10:28:24 -06:00
Nathan Lovato
bb7876008f Add folding and hideshow support
Closes #9
2020-01-31 10:17:54 -06:00
Nathan Lovato
916813a621 Rename *tab-mode variable to *use-tab-mode 2020-01-31 10:17:54 -06:00
Nathan Lovato
9ae35cae52 Add customizable variable for type hints
I use it for contextual yas snippets here, to include in a future version of the
tool or as a separate package
2020-01-31 10:17:54 -06:00
Oliver Frank
3c1aa9a6d2 Fixed indentation with static functinos (#8)
* Bumped version; added doom docs; added .tscn support

* Bumped version; added doom docs; added .tscn support

* adding static to block starters
2020-01-19 18:33:57 +01:00
Oliver Frank
6f1fe6d392 Add .tscn support, bump minimum required version, update the README 2020-01-15 18:13:26 +01: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