hakell highlight

This commit is contained in:
Ivan Dimitrov 2023-09-14 15:39:47 +03:00
parent 556df18f21
commit 59e9c0fb66

View File

@ -43,7 +43,7 @@ nmap("<leader>e", vim.diagnostic.open_float)
-- START LSP -- START LSP
local highlight_filetypes = { "*.ts", "*.tsx", "*.js", "*.jsx", "*.html", "*.lua" } local highlight_filetypes = { "*.ts", "*.tsx", "*.js", "*.jsx", "*.html", "*.lua", "*.hs" }
local prettier_filetypes = { "%.ts$", "%.tsx$", "%.js$", "%.jsx$", "%.html$", "%.json$", "%.css$" } local prettier_filetypes = { "%.ts$", "%.tsx$", "%.js$", "%.jsx$", "%.html$", "%.json$", "%.css$" }
local function matches_filetypes(file_path, filetypes) local function matches_filetypes(file_path, filetypes)