Add object-oriented indents

This commit is contained in:
Bruno BELANYI 2022-06-04 21:54:44 +02:00
parent 2e08482c67
commit 7d0ab1f40c
1 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,13 @@
body: (_) @indent)
; }}}
; Class {{{
(class_declaration
fields: (_)* @indent)
(class_type
fields: (_)* @indent)
; }}}
; Misc{{{
(comment) @ignore
(string_literal) @ignore