homunculus
Advanced tools
Comparing version 0.5.3 to 0.5.4
{ | ||
"name": "homunculus", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "A lexer&parser by Javascript", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
@@ -66,2 +66,3 @@ var Rule = require('./Rule'); | ||
self.addMatch(new RegMatch(Token.VARS, /^var-[\w\-]+/i)); | ||
self.addMatch(new RegMatch(Token.VARS, /^--[\w\-]+/i)); | ||
self.addMatch(new CompleteEqual(Token.KEYWORD, 'min--moz-device-pixel-ratio')); | ||
@@ -68,0 +69,0 @@ self.addMatch(new CompleteEqual(Token.KEYWORD, 'max--moz-device-pixel-ratio')); |
@@ -66,2 +66,3 @@ define(function(require, exports, module) {var Rule = require('./Rule'); | ||
self.addMatch(new RegMatch(Token.VARS, /^var-[\w\-]+/i)); | ||
self.addMatch(new RegMatch(Token.VARS, /^--[\w\-]+/i)); | ||
self.addMatch(new CompleteEqual(Token.KEYWORD, 'min--moz-device-pixel-ratio')); | ||
@@ -68,0 +69,0 @@ self.addMatch(new CompleteEqual(Token.KEYWORD, 'max--moz-device-pixel-ratio')); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15165
496878
77