mirror of https://github.com/helix-editor/helix
Only use tsq for tsq files
This makes our highlight files more plain but it correctly highlights scheme :/pull/7854/head
parent
979933b514
commit
57071513a8
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue