Update filetypes defaults in README

This commit is contained in:
Dave Lage 2022-02-22 11:28:19 -05:00 committed by windwp
parent cfe8018b10
commit 178e40a213

View File

@ -56,7 +56,11 @@ vim.lsp.handlers['textDocument/publishDiagnostics'] = vim.lsp.with(
``` lua
local filetypes = {
'html', 'javascript', 'javascriptreact', 'typescriptreact', 'svelte', 'vue', 'rescript'
'html', 'javascript', 'typescript', 'javascriptreact', 'typescriptreact', 'svelte', 'vue', 'tsx', 'jsx', 'rescript',
'xml',
'php',
'markdown',
'glimmer','handlebars','hbs'
}
local skip_tags = {
'area', 'base', 'br', 'col', 'command', 'embed', 'hr', 'img', 'slot',