mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 02:46:17 +04:00
Only use tsq for tsq files
This makes our highlight files more plain but it correctly highlights scheme :/
This commit is contained in:
parent
979933b514
commit
57071513a8
@ -1053,7 +1053,7 @@ language-servers = [ "swipl" ]
|
|||||||
[[language]]
|
[[language]]
|
||||||
name = "tsq"
|
name = "tsq"
|
||||||
scope = "source.tsq"
|
scope = "source.tsq"
|
||||||
file-types = ["scm"]
|
file-types = ["tsq"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = ";"
|
comment-token = ";"
|
||||||
injection-regex = "tsq"
|
injection-regex = "tsq"
|
||||||
|
Loading…
Reference in New Issue
Block a user