tm-grammars 1.22.8 → 1.22.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/grammars/sass.json +2 -2
- package/index.js +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -183,7 +183,7 @@ import { grammars } from 'tm-grammars'
|
|
|
183
183
|
| `ruby` | `rb` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/09fe3fcbc1514bc35742dc4325d05b7d7adfcad2/extensions/ruby/syntaxes/ruby.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `html` `haml` `xml` `sql` `graphql` `css` `cpp` `c` `javascript` `shellscript` `lua` `yaml` | 47.90 kB |
|
|
184
184
|
| `rust` | `rs` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/03dc55030b3b2b5c4779d4ac1e2e46cd1f5a6b7c/extensions/rust/syntaxes/rust.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 16.82 kB |
|
|
185
185
|
| `sas` | | [rpardee/sas](https://github.com/rpardee/sas/blob/49f6e733c6c0b918a2a825ca2f63dba704f3e8c0/syntaxes/sas.tmLanguage) | [MIT](https://raw.githubusercontent.com/rpardee/sas/master/LICENSE) | `sql` | 9.31 kB |
|
|
186
|
-
| `sass` | | [TheRealSyler/vscode-sass-indented](https://github.com/TheRealSyler/vscode-sass-indented/blob/
|
|
186
|
+
| `sass` | | [TheRealSyler/vscode-sass-indented](https://github.com/TheRealSyler/vscode-sass-indented/blob/f0e50cfaca4b64a1d49f8d938f188d6fd0bcfb6f/syntaxes/sass.tmLanguage.json) | [NOASSERTION](https://raw.githubusercontent.com/TheRealSyler/vscode-sass-indented/master/LICENSE) | | 8.84 kB |
|
|
187
187
|
| `scala` | | [scala/vscode-scala-syntax](https://github.com/scala/vscode-scala-syntax/blob/1d4029f21c9c57ce3e05486968b5de2847c25c62/syntaxes/Scala.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/scala/vscode-scala-syntax/main/LICENSE.md) | | 27.55 kB |
|
|
188
188
|
| `scheme` | | [sjhuangx/vscode-scheme](https://github.com/sjhuangx/vscode-scheme/blob/4e21683666e1e2edfa21d040ecd427f628e7b5ff/syntaxes/scheme.tmLanguage) | [MIT](https://raw.githubusercontent.com/tinyjiahao/vscode-scheme/master/LICENSE.md) | | 8.09 kB |
|
|
189
189
|
| `scss` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/cf8d61ebd2f022f4ce8280171f0360d1fe0a206d/extensions/scss/syntaxes/scss.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `css` | 26.67 kB |
|
package/grammars/sass.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"fileTypes": [
|
|
4
4
|
"sass"
|
|
5
5
|
],
|
|
6
|
-
"foldingStartMarker": "/\\*|^#|^\\*|^\\b
|
|
7
|
-
"foldingStopMarker": "
|
|
6
|
+
"foldingStartMarker": "/\\*|^#|^\\*|^\\b|\\*#?region|^\\.",
|
|
7
|
+
"foldingStopMarker": "\\*/|\\*#?endregion|^\\s*$",
|
|
8
8
|
"name": "sass",
|
|
9
9
|
"patterns": [
|
|
10
10
|
{
|
package/index.js
CHANGED
|
@@ -2811,19 +2811,19 @@ export const grammars = [
|
|
|
2811
2811
|
source: 'https://github.com/rpardee/sas/blob/49f6e733c6c0b918a2a825ca2f63dba704f3e8c0/syntaxes/sas.tmLanguage',
|
|
2812
2812
|
},
|
|
2813
2813
|
{
|
|
2814
|
-
byteSize:
|
|
2814
|
+
byteSize: 9054,
|
|
2815
2815
|
categories: [
|
|
2816
2816
|
'web',
|
|
2817
2817
|
],
|
|
2818
2818
|
displayName: 'Sass',
|
|
2819
|
-
hash: '
|
|
2820
|
-
lastUpdate: '
|
|
2819
|
+
hash: 'r91PktG12h',
|
|
2820
|
+
lastUpdate: '2025-01-19T21:07:24Z',
|
|
2821
2821
|
license: 'NOASSERTION',
|
|
2822
2822
|
licenseUrl: 'https://raw.githubusercontent.com/TheRealSyler/vscode-sass-indented/master/LICENSE',
|
|
2823
2823
|
name: 'sass',
|
|
2824
2824
|
scopeName: 'source.sass',
|
|
2825
|
-
sha: '
|
|
2826
|
-
source: 'https://github.com/TheRealSyler/vscode-sass-indented/blob/
|
|
2825
|
+
sha: 'f0e50cfaca4b64a1d49f8d938f188d6fd0bcfb6f',
|
|
2826
|
+
source: 'https://github.com/TheRealSyler/vscode-sass-indented/blob/f0e50cfaca4b64a1d49f8d938f188d6fd0bcfb6f/syntaxes/sass.tmLanguage.json',
|
|
2827
2827
|
},
|
|
2828
2828
|
{
|
|
2829
2829
|
byteSize: 28211,
|