Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .tsqueryrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"yaml-erb": "embedded_template"
},
"valid_captures": {
"brackets": {
"open": "Captures opening brackets, braces, and quotes.",
"close": "Captures closing brackets, braces, and quotes."
},
"highlights": {
"attribute": "An attribute",
"boolean": "A boolean value",
Expand Down Expand Up @@ -59,6 +63,17 @@
"variable.special": "A special variable",
"variant": "A variant"
},
"indents": {
"end": "Captures closing brackets and braces.",
"indent": "Captures entire arrays and objects for indentation."
},
"outline": {
"name": "Captures the content of object keys.",
"item": "Captures the entire key-value pair.",
"context": "Captures elements that provide context for the outline item.",
"context.extra": "Captures additional contextual information for the outline item.",
"annotation": "Captures nodes that annotate outline item (doc comments, attributes, decorators)."
},
"runnables": {
"name": "Captures the \"scripts\" key",
"run": "Captures the script name",
Expand Down