mirror of
https://github.com/kristoferssolo/tree-sitter-bruno.git
synced 2026-03-22 00:36:24 +00:00
feat: add params
This commit is contained in:
53
src/grammar.json
generated
53
src/grammar.json
generated
@@ -516,6 +516,10 @@
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "assert"
|
||||
},
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "params"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -658,6 +662,55 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"params": {
|
||||
"type": "CHOICE",
|
||||
"members": [
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "params_path"
|
||||
},
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "params_query"
|
||||
}
|
||||
]
|
||||
},
|
||||
"params_query": {
|
||||
"type": "SEQ",
|
||||
"members": [
|
||||
{
|
||||
"type": "ALIAS",
|
||||
"content": {
|
||||
"type": "STRING",
|
||||
"value": "params:query"
|
||||
},
|
||||
"named": true,
|
||||
"value": "keyword"
|
||||
},
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "dictionary"
|
||||
}
|
||||
]
|
||||
},
|
||||
"params_path": {
|
||||
"type": "SEQ",
|
||||
"members": [
|
||||
{
|
||||
"type": "ALIAS",
|
||||
"content": {
|
||||
"type": "STRING",
|
||||
"value": "params:path"
|
||||
},
|
||||
"named": true,
|
||||
"value": "keyword"
|
||||
},
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "dictionary"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tests": {
|
||||
"type": "SEQ",
|
||||
"members": [
|
||||
|
||||
Reference in New Issue
Block a user