Skip to content

Commit d663cbc

Browse files
authored
Add perl grammar
1 parent 8ca4fdd commit d663cbc

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,9 @@
211211
branch = master
212212
update = none
213213
ignore = dirty
214+
[submodule "repos/perl"]
215+
path = repos/perl
216+
url = https://github.com/leonerd/tree-sitter-perl.git
217+
branch = master
218+
update = none
219+
ignore = dirty

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## Unreleased
4+
- Added initial support for Perl
45
- Added highlighting for `haskell-mode`.
56

67
## 0.12.2 - 2022-09-11

repos/perl

Submodule perl added at 889408b

tree-sitter-langs.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ See `tree-sitter-langs-repos'."
124124
(jsonc-mode . json)
125125
(julia-mode . julia)
126126
(ocaml-mode . ocaml)
127+
(perl-mode . perl)
127128
(php-mode . php)
128129
(prisma-mode . prisma)
129130
(python-mode . python)

0 commit comments

Comments
 (0)