mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix highlighting of enum names within glob imports
Fixes tree-sitter/tree-sitter-rust#7
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user