feat(perl): update highlights and folds

This commit is contained in:
Paul Evans 2024-08-07 14:30:44 +01:00 committed by GitHub
parent 88aad97312
commit 3e0feeb062
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 35 additions and 3 deletions

View file

@ -32,9 +32,18 @@
("continue" @keyword.repeat
(block))
[
"try"
"catch"
"finally"
] @keyword.exception
"return" @keyword.return
"sub" @keyword.function
[
"sub"
"method"
] @keyword.function
[
"map"
@ -42,14 +51,20 @@
"sort"
] @function.builtin
"package" @keyword.import
[
"package"
"class"
] @keyword.import
[
"defer"
"do"
"eval"
"my"
"our"
"local"
"state"
"field"
"last"
"next"
"redo"
@ -129,12 +144,18 @@
(package_statement
(package) @type)
(class_statement
(package) @type)
(require_expression
(bareword) @type)
(subroutine_declaration_statement
name: (bareword) @function)
(method_declaration_statement
name: (bareword) @function)
(attribute_name) @attribute
(attribute_value) @string