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 5f224333..bf5918b9 100644 --- a/runtime/queries/perl/highlights.scm +++ b/runtime/queries/perl/highlights.scm @@ -39,8 +39,6 @@ (comment) @comment -(function) @function - (eof_marker) @keyword.directive (data_section) @comment @@ -97,3 +95,5 @@ (func0op_call_expression function: _ @function.builtin) (func1op_call_expression function: _ @function.builtin) + +(function) @function |