mirror of https://github.com/helix-editor/helix
feat(languages): detect 't' as perl (#2395)
parent
5ab669f1ac
commit
f1a77370cf
|
@ -748,7 +748,7 @@ source = { git = "https://github.com/theHamsta/tree-sitter-glsl", rev = "88408ff
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "perl"
|
name = "perl"
|
||||||
scope = "source.perl"
|
scope = "source.perl"
|
||||||
file-types = ["pl", "pm"]
|
file-types = ["pl", "pm", "t"]
|
||||||
shebangs = ["perl"]
|
shebangs = ["perl"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
|
|
Loading…
Reference in New Issue