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
This commit is contained in:
Oliver Frank
2020-01-19 09:33:57 -08:00
committed by Nathan Lovato
parent 6f1fe6d392
commit 3c1aa9a6d2

View File

@@ -410,7 +410,7 @@ It makes underscores and dots word constituent chars.")
"Gdscript mode specialized rx macro.
This variant of `rx' supports common Gdscript named REGEXPS."
`(rx-let ((block-start (seq symbol-start
(or "func" "class" "if" "elif" "else"
(or "func" "static" "class" "if" "elif" "else"
"for" "while" "match")
symbol-end))
(dedenter (seq symbol-start