iamcco / coc-angular

Angular Language Service coc extension for (neo)vim
147 stars 18 forks source link

Incorrect syntax highlighting in html template #29

Closed EnglederLucas closed 3 years ago

EnglederLucas commented 3 years ago

Describe the bug I am not getting the correct syntax highlighting on html template files. Non-standard-html elements are colored.

To Reproduce

  1. Install Plugin Plug 'iamcco/coc-angular', {'do': 'yarn install --frozen-lockfile'} or Plug 'iamcco/coc-angular', {'do': 'yarn install --frozen-lockfile && yarn build'} (tried both)
  2. Open angular (in my case) ionic html file

I also tried disabling coc-html with no success.

Expected behavior I expected the correct syntax highlighting on custom elements

Screenshots image

Desktop (please complete the following information):

iamcco commented 3 years ago

No syntax highlight support by this extension.