Browse Source

update some more directives

Karathan 5 years ago
parent
commit
afa89c2575
Signed by: Karathan <philipp@karathan.at> GPG Key ID: C9A4764515931448
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      syntaxes/pokescript.json

+ 4
- 0
syntaxes/pokescript.json View File

@@ -22,6 +22,10 @@
22 22
         {
23 23
             "match":"\\b(?i)(end|return)(?-i)\\b",
24 24
             "name": "keyword.control.arm.pokescript"
25
+        },
26
+        {
27
+            "match":"\\.(?i)(thumb|autostring)\\b",
28
+            "name": "keyword.control.directive.arm"
25 29
         }
26 30
     ]
27 31
 }