From 7e4cabcd8e9e201eb87f6cee4382b587c73055e9 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sun, 17 Oct 2021 15:54:43 +0300 Subject: [PATCH] Add html.filetypes options to highlight html syntax in jsx --- nvim/coc-settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nvim/coc-settings.json b/nvim/coc-settings.json index 80e04bc..d7a8eb7 100644 --- a/nvim/coc-settings.json +++ b/nvim/coc-settings.json @@ -27,5 +27,6 @@ "svelte.plugin.html.enable": true, "svelte.plugin.css.enable": true, "svelte.enable-ts-plugin": true, - "svelte.plugin.svelte.format.enable": true + "svelte.plugin.svelte.format.enable": true, + "html.filetypes": ["html", "javascriptreact", "typescriptreact"] }