fix #524
This commit is contained in:
parent
3cda6306c0
commit
5d38d47af0
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ define(function(require, exports, module) {
|
|||
regex : "(?:(?:\\.|::)\\s*)" + identifier
|
||||
}, {
|
||||
token : "variable",
|
||||
regex : "@" + identifier
|
||||
regex : "@(?:" + identifier + ")?"
|
||||
}, {
|
||||
token: function(value) {
|
||||
if (keywords.hasOwnProperty(value))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue