neoclide / coc-html

Html language server extension for coc.nvim.
208 stars 6 forks source link

Blade syntax highlighting not working #37

Closed thorlucas closed 3 years ago

thorlucas commented 3 years ago

Setting the filetype to blade removes all syntax highlighting.

thorlucas commented 3 years ago

As a matter of fact, it seems that even though the blade is in the filetypes configuration, coc-html is not being activated for the blade filetype.

chemzqm commented 3 years ago

You have to use syntax highlight plugin for blade

thorlucas commented 3 years ago

You have to use syntax highlight plugin for blade

This invalidates the use of coc-html altogether -- using a blade syntax highlighting plugin such as vim-blade overrides all the features coc-html provide such as formatting etc.