Skip to content

Commit 062e62d

Browse files
authored
Merge pull request #136 from braver/new
Fix LESS CSS Highlighting
2 parents 2ecb614 + 6b285dc commit 062e62d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Vue Component.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ contexts:
766766
- match: (>)
767767
captures:
768768
1: meta.tag.style.begin.html punctuation.definition.tag.end.html
769-
embed: scope:source.less
769+
embed: scope:source.css.less
770770
escape: (?i)(?=</style)
771771
- match: ''
772772
push:

Vue Component.sublime-syntax.yaml-macros

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ contexts: !merge
307307
- match: '(>)'
308308
captures:
309309
1: meta.tag.style.begin.html punctuation.definition.tag.end.html
310-
embed: scope:source.less
310+
embed: scope:source.css.less
311311
escape: (?i)(?=</style)
312312
- match: ''
313313
push:

0 commit comments

Comments
 (0)