Only use tsq for tsq files

This makes our highlight files more plain but it correctly highlights
scheme :/
This commit is contained in:
Blaž Hrastnik 2023-08-07 23:45:36 +09:00
parent 979933b514
commit 57071513a8

View File

@ -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"