diff options
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 1 |
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]] |