We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e7c799 + fd0b0b2 commit 4e150c1Copy full SHA for 4e150c1
Octo.YAML-tmLanguage
@@ -44,7 +44,7 @@ patterns:
44
45
- comment: Metaprogramming commands
46
name: support.function.octo
47
- match: (?<=^|\s)(?:\:macro|\:calc|\:byte|\:stringmode)(?=$|\s)
+ match: (?<=^|\s)(?:\:macro|\:calc|\:byte|\:pointer|\:stringmode)(?=$|\s)
48
49
- comment: Breakpoint command
50
Octo.tmLanguage
@@ -86,7 +86,7 @@
86
<key>comment</key>
87
<string>Metaprogramming commands</string>
88
<key>match</key>
89
- <string>(?<=^|\s)(?:\:macro|\:calc|\:byte|\:stringmode)(?=$|\s)</string>
+ <string>(?<=^|\s)(?:\:macro|\:calc|\:byte|\:pointer|\:stringmode)(?=$|\s)</string>
90
<key>name</key>
91
<string>support.function.octo</string>
92
</dict>
0 commit comments