@blitz/textmate
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -15,3 +15,3 @@ { | ||
"block": { | ||
"begin": "(@)((?:\\w+\\s*)+)", | ||
"begin": "(@)((?:\\w+\\s*)+)(?=\\(|\\{)", | ||
"beginCaptures": { | ||
@@ -50,3 +50,3 @@ "1": { | ||
{ | ||
"include": "source.js" | ||
"include": "expression.ng" | ||
} | ||
@@ -53,0 +53,0 @@ ], |
@@ -354,4 +354,11 @@ { | ||
"scopeName": "source.stylus", | ||
"extensions": [".stylus"], | ||
"grammar": "Stylus.tmLanguage" | ||
"extensions": [".stylus", ".styl"], | ||
"configuration": { | ||
"base": "stylus", | ||
"file": "language-configuration.json" | ||
}, | ||
"grammar": { | ||
"base": "stylus", | ||
"file": "stylus.tmLanguage.json" | ||
} | ||
}, | ||
@@ -460,3 +467,3 @@ { | ||
"base": "javascript", | ||
"file": "jsregexp.tmLanguage" | ||
"file": "RegularExpressions.tmLanguage.json" | ||
} | ||
@@ -463,0 +470,0 @@ }, |
{ | ||
"name": "@blitz/textmate", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "TextMate Grammars for StackBlitz", | ||
@@ -36,5 +36,5 @@ "license": "MIT", | ||
"ava": "^3.15.0", | ||
"ow": "^0.23.0", | ||
"prettier": "^2.2.1", | ||
"typescript": "^4.2.3", | ||
"ow": "^0.23.1", | ||
"prettier": "^2.8.8", | ||
"typescript": "^4.9.5", | ||
"xo": "^0.38.2" | ||
@@ -41,0 +41,0 @@ }, |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1734465
56835
0