mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
fix: update schema for regex flags
This commit is contained in:
parent
1a6f3d39a7
commit
3da79ba2b6
|
|
@ -115,7 +115,8 @@
|
|||
"type": "string",
|
||||
"pattern": "^PATTERN$"
|
||||
},
|
||||
"value": { "type": "string" }
|
||||
"value": { "type": "string" },
|
||||
"flags": { "type": "string" }
|
||||
},
|
||||
"required": ["type", "value"]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue