Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-sptg authored Aug 19, 2022
1 parent 0460248 commit d17d6e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Aleo.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ contexts:
scope: finalize.aleo

qualifiers:
- match: '\b()\b'
- match: '\(|\)'
scope: qualifiers.aleo

visibility:
Expand All @@ -50,7 +50,7 @@ contexts:
scope: instruction.aleo

numbers:
- match: '\b(-)?[0-9.]+\b'
- match: '-?[0-9.]+'
scope: constant.numeric.aleo

strings:
Expand Down

0 comments on commit d17d6e7

Please sign in to comment.