Skip to content

Commit

Permalink
Only use tsq for tsq files
Browse files Browse the repository at this point in the history
This makes our highlight files more plain but it correctly highlights
scheme :/
  • Loading branch information
archseer committed Aug 7, 2023
1 parent 979933b commit 5707151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5707151

Please sign in to comment.