feat(languages): detect 't' as perl (#2395)
This commit is contained in:
parent
5ab669f1ac
commit
f1a77370cf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue