Skip to content

Commit

Permalink
fix: improve EEA syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jun 12, 2024
1 parent 2f634bb commit 9d24a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/syntaxes/eea/eea.tmLanguage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ repository:
7: { name: punctuation.eea } # ([;<])

# scalar array type reference in signature
- match: (\[)([01])[BCDFIJVZ]
- match: (\[)([01])[BCDFIJSVZ]
captures:
1: { name: punctuation.eea } # (\[)
2: { name: constant.numeric.eea } # ([01])

# signature comment
- match: '[;BCDFIJVZ>]\s+(.+)$'
- match: '[;BCDFIJSVZ>]\s+(.+)$'
captures:
1: { name: comment.line.eea }

Expand Down

0 comments on commit 9d24a7e

Please sign in to comment.