adding
This commit is contained in:
parent
2887c2ed8c
commit
bab5ad2587
4 changed files with 42 additions and 5 deletions
|
|
@ -178,6 +178,17 @@ return {
|
|||
hi('@tag', c.class, '', '')
|
||||
hi('@tag.attribute', c.property, '', '')
|
||||
hi('@tag.delimiter', c.operator, '', '')
|
||||
|
||||
-- JSX/HTML specific highlights
|
||||
hi('@tag.javascript', c.class, '', '')
|
||||
hi('@tag.tsx', c.class, '', '')
|
||||
hi('@tag.jsx', c.class, '', '')
|
||||
hi('@tag.builtin.javascript', c.keyword, '', '')
|
||||
hi('@tag.builtin.tsx', c.keyword, '', '')
|
||||
hi('@tag.builtin.jsx', c.keyword, '', '')
|
||||
hi('@constructor.javascript', c.class, '', '')
|
||||
hi('@constructor.tsx', c.class, '', '')
|
||||
hi('@constructor.jsx', c.class, '', '')
|
||||
|
||||
-- LSP
|
||||
hi('@lsp.type.class', c.class, '', '')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue