mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-04 18:09:55 +03:00
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:
committed by
Nathan Lovato
parent
6f1fe6d392
commit
3c1aa9a6d2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user