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: docs/src/assets/schemas/config.schema.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,11 @@
133
133
"type": "string",
134
134
"format": "regex",
135
135
"description": "A regex pattern that will be tested against the contents of the file in order to break ties in cases where multiple grammars matched the file."
136
+
},
137
+
"class-name": {
138
+
"type": "string",
139
+
"pattern": "^TreeSitter\\w+$",
140
+
"description": "The class name for the Swift, Java & Kotlin bindings"
0 commit comments