mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-05 16:03:18 +02:00
feat(languages): add latexmkrc
to perl
file-types (#14450)
This commit is contained in:
committed by
GitHub
parent
9acfa51209
commit
1f020b1d72
@@ -1702,7 +1702,22 @@ source = { git = "https://github.com/theHamsta/tree-sitter-glsl", rev = "88408ff
|
||||
[[language]]
|
||||
name = "perl"
|
||||
scope = "source.perl"
|
||||
file-types = ["pl", "pm", "t", "psgi", "raku", "rakumod", "rakutest", "rakudoc", "nqp", "p6", "pl6", "pm6"]
|
||||
file-types =[
|
||||
"pl",
|
||||
"pm",
|
||||
"t",
|
||||
"psgi",
|
||||
"raku",
|
||||
"rakumod",
|
||||
"rakutest",
|
||||
"rakudoc",
|
||||
"nqp",
|
||||
"p6",
|
||||
"pl6",
|
||||
"pm6",
|
||||
{glob = "latexmkrc"},
|
||||
{glob = ".latexmkrc"},
|
||||
]
|
||||
shebangs = ["perl"]
|
||||
comment-token = "#"
|
||||
language-servers = [ "perlnavigator" ]
|
||||
|
Reference in New Issue
Block a user