summaryrefslogtreecommitdiff
path: root/queries/toml
diff options
context:
space:
mode:
authorBrian Shu <littlebubu.shu@gmail.com>2021-02-23 10:19:01 -0500
committerKiyan <yazdani.kiyan@protonmail.com>2021-03-01 23:35:25 +0100
commit8b4d2676770d3121b29e020e8a18a804515ceacc (patch)
tree6d497927034f1141f2147ebe0fc423dea0572c7d /queries/toml
parent7ffcaf4ee8973370621665f4b9fa32f735f8fa7f (diff)
changed toml and query
Diffstat (limited to 'queries/toml')
-rw-r--r--queries/toml/indents.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/queries/toml/indents.scm b/queries/toml/indents.scm
index a0da76e2..ae5a8434 100644
--- a/queries/toml/indents.scm
+++ b/queries/toml/indents.scm
@@ -1,8 +1,11 @@
[
(array)
- (table_array_element)
+ (inline_table)
] @indent
[
+ "["
"]"
+ "{"
+ "}"
] @branch