We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a72a8d commit bf9fac5Copy full SHA for bf9fac5
src/languages/less.js
@@ -6,7 +6,7 @@ Category: css
6
7
function(hljs) {
8
var IDENT_RE = '[\\w-]+'; // yes, Less identifiers may begin with a digit
9
- var INTERP_IDENT_RE = '(' + IDENT_RE + '|@{' + IDENT_RE + '})+';
+ var INTERP_IDENT_RE = '(' + IDENT_RE + '|@{' + IDENT_RE + '})';
10
11
/* Generic Modes */
12
0 commit comments