fix highlighting of line-height:1.5 in less mode

This commit is contained in:
nightwing 2015-05-18 16:24:10 +04:00
parent d822cd5457
commit a9c489b131

View File

@ -231,7 +231,7 @@ var LessHighlightRules = function() {
regex: "\\.[a-z0-9-_]+"
}, {
token: "variable.language",
regex: ":[a-z0-9-_]+"
regex: ":[a-z_][a-z0-9-_]*"
}, {
token: "constant",
regex: "[a-z0-9-_]+"