diff options
| author | Jared Moulton <jaredmoulton3@gmail.com> | 2022-03-07 16:10:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-07 23:10:31 +0000 |
| commit | cc4f373bb4a2a1057479e1d08d46d740717b32a3 (patch) | |
| tree | 8d16082a30a758b34c71d62c47adaa81f4e1f888 /queries/slint/indents.scm | |
| parent | 444525d386e7d4424d69b87835ab47fdc8600c87 (diff) | |
Add slint parser configuration and queries (#2598)
* Add slint parser
* Mark slint as experimental
* Remove filetype and add slint to the lockfile
* Update queries
* Update varibable.builtin's and repeats
* Update slint true false
* Change export back to keyword
* Change export back to include :)
Diffstat (limited to 'queries/slint/indents.scm')
| -rw-r--r-- | queries/slint/indents.scm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/queries/slint/indents.scm b/queries/slint/indents.scm new file mode 100644 index 00000000..30761ef8 --- /dev/null +++ b/queries/slint/indents.scm @@ -0,0 +1,13 @@ + +[ +(field_declaration_list_body) +(list_definition_body) +(struct_field_declaration_list_body) +] @indent + +"}" @indent_end + +(comment) @auto + +(string) @auto + |
