Skip to content

Commit

Permalink
Merge pull request #11 from ron-rs/tla
Browse files Browse the repository at this point in the history
Fix top level arrays
  • Loading branch information
kvark authored Oct 12, 2021
2 parents 3312187 + 07b5dba commit b42707a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions RON.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ file_extensions:
scope: source.ron
contexts:
main:
# extensions
- match: '\#\!'
- include: extension
- include: value # recurse in case of more extensions
- include: value
extension:
- match: '\['
- match: '\#\!\['
scope: punctuation.section.array.begin.ron
push:
- meta_scope: meta.structure.array.ron
Expand Down

0 comments on commit b42707a

Please sign in to comment.