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.4 to 0.4.5

grammars/vue/syntaxes/vue.tmLanguage.json

11

grammars/grammars.json

@@ -297,5 +297,12 @@ {

"language": "vue",
"scopeName": "text.html.vue",
"scopeName": "source.vue",
"extensions": [".vue"],
"grammar": "vue.tmLanguage",
"grammar": {
"base": "vue",
"file": "vue.tmLanguage.json"
},
"configuration": {
"base": "vue",
"file": "language-configuration.json"
},
"embeddedLanguages": {

@@ -302,0 +309,0 @@ "text.pug.embedded": "jade",

@@ -17,4 +17,7 @@ {

{ "open": "\"", "close": "\"" },
{ "open": "<!--", "close": "-->", "notIn": ["comment", "string"] }
{ "open": "<!--", "close": "-->", "notIn": ["comment", "string"] },
{ "open": "`", "close": "`", "notIn": ["string", "comment"] },
{ "open": "/**", "close": " */", "notIn": ["string"] }
],
"autoCloseBefore": ";:.,=}])><`'\" \n\t",
"surroundingPairs": [

@@ -26,4 +29,6 @@ { "open": "'", "close": "'" },

{ "open": "(", "close": ")" },
{ "open": "<", "close": ">" }
{ "open": "<", "close": ">" },
["`", "`"]
],
"colorizedBracketPairs": [],
"folding": {

@@ -34,3 +39,32 @@ "markers": {

}
},
"wordPattern": "(-?\\d*\\.\\d\\w*)|([^\\`\\~\\!\\@\\$\\^\\&\\*\\(\\)\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\,\\.\\<\\>\\/\\s]+)",
"onEnterRules": [
{
"beforeText": {
"pattern": "<(?!(?:area|base|br|col|embed|hr|img|input|keygen|link|menuitem|meta|param|source|track|wbr|script|style))([_:\\w][_:\\w-.\\d]*)(?:(?:[^'\"/>]|\"[^\"]*\"|'[^']*')*?(?!\\/)>)[^<]*$",
"flags": "i"
},
"afterText": {
"pattern": "^<\\/([_:\\w][_:\\w-.\\d]*)\\s*>",
"flags": "i"
},
"action": {
"indent": "indentOutdent"
}
},
{
"beforeText": {
"pattern": "<(?!(?:area|base|br|col|embed|hr|img|input|keygen|link|menuitem|meta|param|source|track|wbr|script|style))([_:\\w][_:\\w-.\\d]*)(?:(?:[^'\"/>]|\"[^\"]*\"|'[^']*')*?(?!\\/)>)[^<]*$",
"flags": "i"
},
"action": {
"indent": "indent"
}
}
],
"indentationRules": {
"increaseIndentPattern": "<(?!\\?|(?:area|base|br|col|frame|hr|html|img|input|keygen|link|menuitem|meta|param|source|track|wbr|script|style)\\b|[^>]*\\/>)([-_\\.A-Za-z0-9]+)(?=\\s|>)\\b[^>]*>(?!\\s*\\()(?!.*<\\/\\1>)|<!--(?!.*-->)|\\{[^}\"']*$",
"decreaseIndentPattern": "^\\s*(<\\/(?!html)[-_\\.A-Za-z0-9]+\\b[^>]*>|-->|\\})"
}
}

2

package.json
{
"name": "@blitz/textmate",
"version": "0.4.4",
"version": "0.4.5",
"description": "TextMate Grammars for StackBlitz",

@@ -5,0 +5,0 @@ "license": "MIT",

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