Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@blitz/textmate

Package Overview
Dependencies
Maintainers
19
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blitz/textmate - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

grammars/javascript/syntaxes/RegularExpressions.tmLanguage.json

4

grammars/angular/syntaxes/template-blocks.json

@@ -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 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc