We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c37100 commit d97e37cCopy full SHA for d97e37c
‎language-configuration.json
@@ -1,4 +1,5 @@
1
{
2
+ "title": "scrapscript",
3
"comments": {
4
"lineComment": "--"
5
},
@@ -22,5 +23,23 @@
22
23
"indentationRules": {
24
"increaseIndentPattern": "({[\\s]*|\\([\\s]*)$",
25
"decreaseIndentPattern": "^[\\s]*[)}]"
26
+ },
27
+ "properties": {
28
+ "scrapscript.maxNumberOfProblems": {
29
+ "type": "number",
30
+ "default": 1000,
31
+ "description": "Maximum number of problems to report"
32
33
+ "scrapscript.enableEnhancedFeatures": {
34
+ "type": "boolean",
35
+ "default": true,
36
+ "description": "Enable enhanced language features"
37
38
+ "scrapscript.enableTypeChecking": {
39
40
41
+ "description": "Enable type checking"
42
+ }
43
}
-}
44
+}
45
+
0 commit comments