tree-sitter/highlight/src
Max Brunsfeld e239aa8229 highlight: don't include scope in ScopeEnd events
When there are embedded documents, multiple scopes can start or
end at the same position. Previously, there was no guarantee that
the ScopeEnd events would always occur in the reverse order of the
ScopeStart events. The easiest way to avoid exposing inconsistency
is to not surface the scopes being ended.
2019-02-20 16:45:51 -08:00
..
escape.rs Add a highlight subcommand 2019-02-19 12:32:03 -08:00
lib.rs highlight: don't include scope in ScopeEnd events 2019-02-20 16:45:51 -08:00