@kiniro/editor
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -8,3 +8,3 @@ // This mode was derived from commonlisp mode | ||
var specialForm = /^(begin|apply|def|let|if|cond|throw|try|set|par|async|await)$/; | ||
var numLiteral = /^[-+]?[0-9]*\.?[0-9]+$/; | ||
var numLiteral = /[-+]?[0-9]*\.?[0-9]+/; | ||
var symbol = /[a-zA-Z!?+\->\/_=\*<][a-zA-Z0-9!?+\->\/\\_=\*<]*/; | ||
@@ -11,0 +11,0 @@ var type; |
{ | ||
"name": "@kiniro/editor", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "CodeMirror mode for @kiniro/lang (with demo).", | ||
@@ -5,0 +5,0 @@ "main": "kiniro-mode.js", |
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
5988