mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2025-01-01 13:59:13 -06:00
feat: added markdown support
This commit is contained in:
parent
80d427af7b
commit
0ceb4ef342
@ -10,6 +10,7 @@ M.tbl_filetypes = {
|
||||
'html', 'javascript', 'typescript', 'javascriptreact', 'typescriptreact', 'svelte', 'vue', 'tsx', 'jsx',
|
||||
'xml',
|
||||
'php',
|
||||
'markdown',
|
||||
'glimmer','handlebars','hbs'
|
||||
}
|
||||
|
||||
@ -21,7 +22,7 @@ M.tbl_skipTag = {
|
||||
local ERROR_TAG = "ERROR"
|
||||
|
||||
local HTML_TAG = {
|
||||
filetypes = {'html', 'php', 'xml'},
|
||||
filetypes = {'html', 'php', 'xml', 'markdown'},
|
||||
start_tag_pattern = 'start_tag',
|
||||
start_name_tag_pattern = 'tag_name',
|
||||
end_tag_pattern = "end_tag",
|
||||
|
Loading…
Reference in New Issue
Block a user