diff options
author | Blaž Hrastnik | 2023-08-07 14:45:36 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2023-08-07 14:46:16 +0000 |
commit | 57071513a8be3f9a19f9f841dad0ff7d351d533e (patch) | |
tree | d07f08d95984161ffb6f95197448e3cfda096386 /languages.toml | |
parent | 979933b514868bf0111aff90e06775e91d6864a8 (diff) |
Only use tsq for tsq files
This makes our highlight files more plain but it correctly highlights
scheme :/
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 64af1b19..01ad4cb1 100644 --- a/languages.toml +++ b/languages.toml @@ -1053,7 +1053,7 @@ language-servers = [ "swipl" ] [[language]] name = "tsq" scope = "source.tsq" -file-types = ["scm"] +file-types = ["tsq"] roots = [] comment-token = ";" injection-regex = "tsq" |