Skip to content

Commit

Permalink
Fix import statement highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Feb 3, 2024
1 parent 5ddf871 commit 18f4ded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/language-specs/wren.lang
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<!-- TODO: Something fancy, like detecting "error"s in malformed class identifiers? -->
<!-- TODO: Add `((\s+(as)\s+)?` for import aliases -->
<include>
<context id="keyword" sub-pattern="1" style-ref="keyword" class="keyword"/>
<context id="imported-module" sub-pattern="2" style-ref="imported-module" class="path"/>
<context id="keyword" sub-pattern="3" style-ref="keyword" class="keyword"/>
</include>
Expand Down

0 comments on commit 18f4ded

Please sign in to comment.