Skip to content

Commit

Permalink
Fixes #43: Adding measure and variable support for shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
thatsIch committed Apr 18, 2017
1 parent ba3dbde commit 1e34fa1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Rainmeter.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,14 @@ contexts:
captures:
1: support.constant.option_values.rainmeter
- include: meter-shape-modifier
# capture measures
- match: "(\\[.+\\])"
captures:
1: variable.other.dynamic.rainmeter
# capture variables
- match: "(\\#.+\\#)"
captures:
1: support.variable.rainmeter
- match: $
pop: true

Expand Down

0 comments on commit 1e34fa1

Please sign in to comment.