Skip to content

Commit

Permalink
feat(languages): detect 't' as perl (#2395)
Browse files Browse the repository at this point in the history
  • Loading branch information
pborzenkov authored May 4, 2022
1 parent 5ab669f commit f1a7737
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 @@ -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 = "#"
Expand Down

0 comments on commit f1a7737

Please sign in to comment.