summaryrefslogtreecommitdiff
path: root/syntaxes
diff options
context:
space:
mode:
authorUriel Lizama <uriel@baboonmedia.com>2023-08-29 12:54:02 -0600
committerUriel Lizama <uriel@baboonmedia.com>2023-08-29 12:54:02 -0600
commiteec30b9e81c664b2bb764ac8d169284784787af5 (patch)
treea186fd0288d04582f713392a5a3575916a435751 /syntaxes
parent49b6bcde6210ead927b2a332a442d075c77b13d7 (diff)
downloadPerlNavigator-eec30b9e81c664b2bb764ac8d169284784787af5.zip
Suggested fixes.
Diffstat (limited to 'syntaxes')
-rw-r--r--syntaxes/dancer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntaxes/dancer.json b/syntaxes/dancer.json
index 3c9ed74..b2074d3 100644
--- a/syntaxes/dancer.json
+++ b/syntaxes/dancer.json
@@ -15,7 +15,7 @@
"dancer": {
"patterns": [
{
- "match": "^\\s*\\b(hook)\\s+(\\w+)\\s+(?=sub\\b)",
+ "match": "^\\s*\\b(hook)\\s+(\\w+)\\s+(?==>\\s*sub\\b)",
"captures": {
"1": {
"name": "keyword.other.attribute.dancer.perl"