aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/yaml/indents.toml
diff options
context:
space:
mode:
authoroberblastmeister2021-09-01 15:16:16 +0000
committerGitHub2021-09-01 15:16:16 +0000
commit1586b0eec7000fe511d6ed381b35130a38759c40 (patch)
tree393f80bd3e76f7a3efb65eddc1c7df7c2bcbd8ff /runtime/queries/yaml/indents.toml
parentce7ad2beb5b763e55cc40933d70ca7c7b325292e (diff)
YAML support (#667)
* added submodule * remove wrong one * added highlights * use property * add indents * shallow
Diffstat (limited to 'runtime/queries/yaml/indents.toml')
-rw-r--r--runtime/queries/yaml/indents.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/queries/yaml/indents.toml b/runtime/queries/yaml/indents.toml
new file mode 100644
index 00000000..ddc3578b
--- /dev/null
+++ b/runtime/queries/yaml/indents.toml
@@ -0,0 +1,3 @@
+indent = [
+ "block_mapping_pair",
+]