Skip to content

Commit d97e37c

Browse files
committed
🎺
1 parent 3c37100 commit d97e37c

File tree

3 files changed

+2147
-447
lines changed

3 files changed

+2147
-447
lines changed

‎language-configuration.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"title": "scrapscript",
23
"comments": {
34
"lineComment": "--"
45
},
@@ -22,5 +23,23 @@
2223
"indentationRules": {
2324
"increaseIndentPattern": "({[\\s]*|\\([\\s]*)$",
2425
"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+
"type": "boolean",
40+
"default": true,
41+
"description": "Enable type checking"
42+
}
2543
}
26-
}
44+
}
45+

0 commit comments

Comments
 (0)