mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 04:03:03 +02:00
feat(languages): detect 't' as perl (#2395)
This commit is contained in:
parent
5ab669f1ac
commit
f1a77370cf
@ -748,7 +748,7 @@ source = { git = "https://github.com/theHamsta/tree-sitter-glsl", rev = "88408ff
|
||||
[[language]]
|
||||
name = "perl"
|
||||
scope = "source.perl"
|
||||
file-types = ["pl", "pm"]
|
||||
file-types = ["pl", "pm", "t"]
|
||||
shebangs = ["perl"]
|
||||
roots = []
|
||||
comment-token = "#"
|
||||
|
Loading…
x
Reference in New Issue
Block a user