Update generated neovim config
This commit is contained in:
@ -0,0 +1,37 @@
|
||||
;; From nvim-treesitter/nvim-treesitter
|
||||
[
|
||||
(code_span)
|
||||
(link_title)
|
||||
] @text.literal
|
||||
|
||||
[
|
||||
(emphasis_delimiter)
|
||||
(code_span_delimiter)
|
||||
] @punctuation.delimiter
|
||||
|
||||
(emphasis) @text.emphasis
|
||||
|
||||
(strong_emphasis) @text.strong
|
||||
|
||||
[
|
||||
(link_destination)
|
||||
(uri_autolink)
|
||||
] @text.uri
|
||||
|
||||
[
|
||||
(link_label)
|
||||
(link_text)
|
||||
(image_description)
|
||||
] @text.reference
|
||||
|
||||
[
|
||||
(backslash_escape)
|
||||
(hard_line_break)
|
||||
] @string.escape
|
||||
|
||||
(image ["!" "[" "]" "(" ")"] @punctuation.delimiter)
|
||||
(inline_link ["[" "]" "(" ")"] @punctuation.delimiter)
|
||||
(shortcut_link ["[" "]"] @punctuation.delimiter)
|
||||
|
||||
; NOTE: extension not enabled by default
|
||||
; (wiki_link ["[" "|" "]"] @punctuation.delimiter)
|
||||
@ -0,0 +1,2 @@
|
||||
((html_tag) @injection.content (#set! injection.language "html"))
|
||||
((latex_block) @injection.content (#set! injection.language "latex"))
|
||||
Reference in New Issue
Block a user