fix highlighting of line-height:1.5 in less mode

pull/43/merge
nightwing 2015-05-18 16:24:10 +04:00
rodzic d822cd5457
commit a9c489b131
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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-_]+"