Constant tree_sitter_typescript::LOCALS_QUERY
source ยท pub const LOCALS_QUERY: &str = "(required_parameter (identifier) @local.definition)\n(optional_parameter (identifier) @local.definition)\n";
Expand description
The local-variable syntax highlighting query for TypeScript.