mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 06:50:06 -04:00
HTML: improve highlights & injections
This commit is contained in:
parent
3f9a8e9509
commit
b86555d9c3
6 changed files with 39 additions and 1 deletions
|
|
@ -78,6 +78,7 @@ hlmap["text"] = "TSText"
|
|||
hlmap["text.strong"] = "TSStrong"
|
||||
hlmap["text.emphasis"] = "TSEmphasis"
|
||||
hlmap["text.underline"] = "TSUnderline"
|
||||
hlmap["text.strike"] = "TSStrike"
|
||||
hlmap["text.title"] = "TSTitle"
|
||||
hlmap["text.literal"] = "TSLiteral"
|
||||
hlmap["text.uri"] = "TSURI"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue