summaryrefslogtreecommitdiff
path: root/syntaxes
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2023-01-19 23:09:30 -0500
committerbscan <10503608+bscan@users.noreply.github.com>2023-01-19 23:09:30 -0500
commit0290a843e3eae3ee14409ea901928d3fe76371f0 (patch)
treeeab6848138eba7c30d69f19da3bdb6cefe5aca4f /syntaxes
parentd2d770ec8f9382c8a1217cedf15700b6d2b86346 (diff)
downloadPerlNavigator-0290a843e3eae3ee14409ea901928d3fe76371f0.zip
Dynamically was the wrong type
Diffstat (limited to 'syntaxes')
-rw-r--r--syntaxes/dynamically.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntaxes/dynamically.json b/syntaxes/dynamically.json
index ee17685..6161f4a 100644
--- a/syntaxes/dynamically.json
+++ b/syntaxes/dynamically.json
@@ -13,7 +13,7 @@
"patterns": [
{
"match": "\\b(dynamically)\\s(?=\\s*[\\@\\$\\%])",
- "name": "keyword.control.dynamically"
+ "name": "storage.type.dynamically"
}
]
}