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