mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
#6765 fix LESS textmate grammar to support css variables
This commit is contained in:
@@ -376,7 +376,7 @@
|
||||
</dict>
|
||||
<dict>
|
||||
<key>match</key>
|
||||
<string>@[a-zA-Z0-9_-][\w-]*</string>
|
||||
<string>(@[a-zA-Z0-9_-][\w-]*)|(\-\-[^:\),]+)</string>
|
||||
<key>name</key>
|
||||
<string>variable.other.less</string>
|
||||
</dict>
|
||||
|
||||
Reference in New Issue
Block a user