Skip to content

Commit

Permalink
Merge pull request #3 from JohnEarnest/master
Browse files Browse the repository at this point in the history
Add support for :pointer
  • Loading branch information
mattmikolay committed Dec 20, 2020
2 parents 7e7c799 + fd0b0b2 commit 4e150c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Octo.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ patterns:

- comment: Metaprogramming commands
name: support.function.octo
match: (?<=^|\s)(?:\:macro|\:calc|\:byte|\:stringmode)(?=$|\s)
match: (?<=^|\s)(?:\:macro|\:calc|\:byte|\:pointer|\:stringmode)(?=$|\s)

- comment: Breakpoint command
name: support.function.octo
Expand Down
2 changes: 1 addition & 1 deletion Octo.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<key>comment</key>
<string>Metaprogramming commands</string>
<key>match</key>
<string>(?&lt;=^|\s)(?:\:macro|\:calc|\:byte|\:stringmode)(?=$|\s)</string>
<string>(?&lt;=^|\s)(?:\:macro|\:calc|\:byte|\:pointer|\:stringmode)(?=$|\s)</string>
<key>name</key>
<string>support.function.octo</string>
</dict>
Expand Down

0 comments on commit 4e150c1

Please sign in to comment.