diff options
author | alois31 | 2022-11-23 03:49:02 +0000 |
---|---|---|
committer | GitHub | 2022-11-23 03:49:02 +0000 |
commit | 26ec1cf39a3c5f548f199918b0a84d614a5c6be7 (patch) | |
tree | 8b0c5cd2f238ae81f66d6ae19dc67b916a17ba3c /runtime/queries/qml/indents.scm | |
parent | 42e37a571e75aaf4feb1717dfebe8cf215e535dd (diff) |
Add QML language support (#4842)
Fixes https://github.com/helix-editor/helix/issues/2771
Diffstat (limited to 'runtime/queries/qml/indents.scm')
-rw-r--r-- | runtime/queries/qml/indents.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/queries/qml/indents.scm b/runtime/queries/qml/indents.scm new file mode 100644 index 00000000..07492283 --- /dev/null +++ b/runtime/queries/qml/indents.scm @@ -0,0 +1,6 @@ +[ + (enum_body) + (ui_object_initializer) +] @indent + +"}" @outdent |