aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorMichael Davis2022-01-16 01:26:09 +0000
committerGitHub2022-01-16 01:26:09 +0000
commit64d3e7b705341fef8af7f6cb5bbff5848489abd6 (patch)
tree6ffd4c8f5327e4df6098b0a71de953fe17ad0efc /languages.toml
parentdd1f64d4dc6fa7a5a8f0b6404e7d30cedcb5b10a (diff)
add show_subtree command for viewing tree-sitter subtree in Popup (#1453)
* add show_subtree command for viewing tree-sitter subtree in Popup * remove '.slice(..)' from show_subtree command * name docs and subtree Popups 'hover'
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index e9d5af0e..af15c654 100644
--- a/languages.toml
+++ b/languages.toml
@@ -378,6 +378,7 @@ scope = "source.tsq"
file-types = ["scm"]
roots = []
comment-token = ";"
+injection-regex = "tsq"
indent = { tab-width = 2, unit = " " }
[[language]]