@codingame/monaco-vscode-css-default-extension 1.85.2 → 1.85.4

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.
@@ -1,35 +0,0 @@
1
- {
2
- "comments": {
3
- "blockComment": ["/*", "*/"]
4
- },
5
- "brackets": [
6
- ["{", "}"],
7
- ["[", "]"],
8
- ["(", ")"]
9
- ],
10
- "autoClosingPairs": [
11
- { "open": "{", "close": "}", "notIn": ["string", "comment"] },
12
- { "open": "[", "close": "]", "notIn": ["string", "comment"] },
13
- { "open": "(", "close": ")", "notIn": ["string", "comment"] },
14
- { "open": "\"", "close": "\"", "notIn": ["string", "comment"] },
15
- { "open": "'", "close": "'", "notIn": ["string", "comment"] }
16
- ],
17
- "surroundingPairs": [
18
- ["{", "}"],
19
- ["[", "]"],
20
- ["(", ")"],
21
- ["\"", "\""],
22
- ["'", "'"]
23
- ],
24
- "folding": {
25
- "markers": {
26
- "start": "^\\s*\\/\\*\\s*#region\\b\\s*(.*?)\\s*\\*\\/",
27
- "end": "^\\s*\\/\\*\\s*#endregion\\b.*\\*\\/"
28
- }
29
- },
30
- "indentationRules": {
31
- "increaseIndentPattern": "(^.*\\{[^}]*$)",
32
- "decreaseIndentPattern": "^\\s*\\}"
33
- },
34
- "wordPattern": "(#?-?\\d*\\.\\d\\w*%?)|(::?[\\w-]*(?=[^,{;]*[,{]))|(([@#.!])?[\\w-?]+%?|[@#!.])"
35
- }
package/package.nls.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "displayName": "CSS Language Basics",
3
- "description": "Provides syntax highlighting and bracket matching for CSS, LESS and SCSS files."
4
- }