update grammars

This commit is contained in:
Martin Aeschlimann
2017-07-18 10:09:38 +08:00
parent 08f65e7a53
commit 7790c4a753
37 changed files with 650 additions and 78 deletions

View File

@@ -4,6 +4,7 @@
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"version": "https://github.com/atom/language-less/commit/b0531d05ce01a1e04e0f086807b101a1fd31783f",
"name": "Less",
"scopeName": "source.css.less",
"fileTypes": [
@@ -444,7 +445,7 @@
"name": "string.quoted.double.css",
"patterns": [
{
"match": "\\\\(\\h{1,6}|.)",
"match": "\\\\([0-9A-Fa-f]{1,6}|.)",
"name": "constant.character.escape.css"
},
{
@@ -468,7 +469,7 @@
"name": "string.quoted.single.css",
"patterns": [
{
"match": "\\\\(\\h{1,6}|.)",
"match": "\\\\([0-9A-Fa-f]{1,6}|.)",
"name": "constant.character.escape.css"
},
{