tree-sitter/highlight/src
Max Brunsfeld 1bc6204870 Handle local.definition-value captures in queries
This lets you indicate, when matching a variable definition, that
another later syntax node represents the value of the variable definition,
and so any references to the same variable name within that value node
must be referring to some earlier definition.
2019-10-18 15:56:47 -07:00
..
c_lib.rs Start reimplementing highlight crate with tree queries 2019-10-14 12:30:22 -07:00
lib.rs Handle local.definition-value captures in queries 2019-10-18 15:56:47 -07:00
util.rs highlight iterator: Return byte offset ranges instead of string slices 2019-09-04 17:29:31 -07:00