mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(highlights): Add TSNamespace highlight
Start adding highlights for
- C++
- Rust (including other scoped_identifier/scoped_type_identifier fixes)
- JS (only namespace_import)
Addresses #516
This commit is contained in:
parent
f5ac2b4a1a
commit
45397ebbd9
8 changed files with 46 additions and 12 deletions
|
|
@ -570,9 +570,9 @@ For types.
|
|||
*hl-TSTypeBuiltin*
|
||||
For builtin types (you guessed it, right ?).
|
||||
|
||||
`TSStructure`
|
||||
*hl-TSStructure*
|
||||
This is left as an exercise for the reader.
|
||||
`TSNamespace`
|
||||
*hl-TSNamespace*
|
||||
For identifiers referring to modules and namespaces.
|
||||
|
||||
`TSInclude`
|
||||
*hl-TSInclude*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue