This commit is contained in:
Fabian Jakobs 2011-11-28 16:25:03 +01:00
commit 5d38d47af0

View file

@ -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))