-
-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tree-sitter highlighting for JSX tag attribute, #99
- Loading branch information
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
" | ||
" File: iceberg.vim | ||
" Maintainer: cocopon <[email protected]> | ||
" Modified: 2021-12-28 09:50+0900 | ||
" Modified: 2022-04-26 21:56+0900 | ||
" License: MIT | ||
|
||
|
||
|
@@ -430,6 +430,7 @@ hi! link TSString String | |
hi! link TSStringRegex String | ||
hi! link TSStringEscape Special | ||
hi! link TSTag htmlTagName | ||
hi! link TSTagAttribute htmlArg | ||
hi! link TSTagDelimiter htmlTagName | ||
hi! link TSText icebergNormalFg | ||
hi! link TSTitle Title | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters