You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fortls/fortls.schema.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,12 @@
27
27
"default": false,
28
28
"type": "boolean"
29
29
},
30
+
"recursion_limit": {
31
+
"title": "Recursion Limit",
32
+
"description": "Set the maximum recursion depth for the parser (default: 1000)",
33
+
"default": 1000,
34
+
"type": "integer"
35
+
},
30
36
"sort_keywords": {
31
37
"title": "Sort Keywords",
32
38
"description": "Display variable keywords information, function/subroutine definitions, etc. in a consistent (sorted) manner default: no sorting, display code as is)",
0 commit comments