aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorath32021-11-08 01:05:12 +0000
committerGitHub2021-11-08 01:05:12 +0000
commit30744646cb0fab64a87f20c98bff033007512323 (patch)
tree902cdbd2d044cfdd9990938528b3f6c0af09465c /languages.toml
parentcdc2107bca42f5affa6896771a26f09dc55beeb7 (diff)
Perl support (#978)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index 826fd93f..98892171 100644
--- a/languages.toml
+++ b/languages.toml
@@ -366,3 +366,11 @@ roots = []
comment-token = "#"
indent = { tab-width = 2, unit = " " }
language-server = { command = "cmake-language-server" }
+
+[[language]]
+name = "perl"
+scope = "source.perl"
+file-types = ["pl", "pm"]
+roots = []
+comment-token = "#"
+indent = { tab-width = 2, unit = " " }