Skip to content

Commit

Permalink
Merge pull request #4 from Kelimion/force_inline
Browse files Browse the repository at this point in the history
`#force_inline` support.
  • Loading branch information
Kelimion authored Sep 7, 2021
2 parents 0ebf612 + db40e11 commit bb7370b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Odin.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ contexts:
captures:
1: meta.function.odin entity.name.function.odin
2: storage.type.odin
- match: '\b({{identifier}})\s*[:]\s*[:]\s*(inline|no_inline)\s+(proc)'
- match: '\b({{identifier}})\s*[:]\s*[:]\s*(#force_inline|#force_no_inline)\s+(proc)'
captures:
1: meta.function.odin entity.name.function.odin
2: keyword.control.odin
Expand Down

0 comments on commit bb7370b

Please sign in to comment.