Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/perl/highlights.scm')
| -rw-r--r-- | runtime/queries/perl/highlights.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/queries/perl/highlights.scm b/runtime/queries/perl/highlights.scm index bf5918b9..5f224333 100644 --- a/runtime/queries/perl/highlights.scm +++ b/runtime/queries/perl/highlights.scm @@ -39,6 +39,8 @@ (comment) @comment +(function) @function + (eof_marker) @keyword.directive (data_section) @comment @@ -95,5 +97,3 @@ (func0op_call_expression function: _ @function.builtin) (func1op_call_expression function: _ @function.builtin) - -(function) @function |