Add object-oriented indents
This commit is contained in:
parent
2e08482c67
commit
7d0ab1f40c
|
@ -10,6 +10,13 @@
|
|||
body: (_) @indent)
|
||||
; }}}
|
||||
|
||||
; Class {{{
|
||||
(class_declaration
|
||||
fields: (_)* @indent)
|
||||
(class_type
|
||||
fields: (_)* @indent)
|
||||
; }}}
|
||||
|
||||
; Misc{{{
|
||||
(comment) @ignore
|
||||
(string_literal) @ignore
|
||||
|
|
Loading…
Reference in a new issue