提交 88632ed6 编写于 作者: M Martin Aeschlimann

[css] update grammar

上级 f39d1854
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"If you want to provide a fix or improvement, please create a pull request against the original repository.", "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." "Once accepted there, we are happy to receive an update request."
], ],
"version": "https://github.com/atom/language-css/commit/b194c758829df9fbe6ba0d0e3b146ec5d6cd66f7", "version": "https://github.com/atom/language-css/commit/2bc6abb2ee58b063f80999fa805d90d2f542da22",
"scopeName": "source.css", "scopeName": "source.css",
"name": "CSS", "name": "CSS",
"fileTypes": [ "fileTypes": [
...@@ -670,7 +670,8 @@ ...@@ -670,7 +670,8 @@
"name": "constant.character.escape.codepoint.css" "name": "constant.character.escape.codepoint.css"
}, },
{ {
"match": "\\\\$\\n?", "begin": "\\\\$\\s*",
"end": "^(?<!\\G)",
"name": "constant.character.escape.newline.css" "name": "constant.character.escape.newline.css"
}, },
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册