Fix highlighting of enum names within glob imports

Fixes tree-sitter/tree-sitter-rust#7
This commit is contained in:
Max Brunsfeld 2018-12-07 10:43:02 -08:00
parent de363cf32b
commit 24976c47f3

View File

@ -79,6 +79,7 @@ scopes:
'''
use_wildcard > identifier:nth-child(0),
use_wildcard > scoped_identifier > identifier:nth-child(2),
scoped_type_identifier > identifier:nth-child(0),
scoped_type_identifier > scoped_identifier:nth-child(0) > identifier,
scoped_identifier > identifier:nth-child(0),