There was an error while loading. Please reload this page.
1 parent a0fa1c4 commit 3ceef38Copy full SHA for 3ceef38
MikrotikScript.YAML-tmLanguage
@@ -1222,7 +1222,7 @@ repository:
1222
- name: support.function.mikrotik-script
1223
match: >
1224
(?x)
1225
- \b(
+ \b(?<!-)(
1226
Neighbor|
1227
aaa|
1228
accept\-filter|
@@ -1457,7 +1457,7 @@ repository:
1457
wds|
1458
web\-access|
1459
wireless
1460
- )\b
+ )(?!-)\b
1461
1462
parameters-readonly:
1463
patterns:
@@ -2616,7 +2616,7 @@ repository:
2616
xauth\-login|
2617
xauth\-password|
2618
zone
2619
- )(?>!-)\b
2620
2621
literal-boolean:
2622
0 commit comments