tomblachut / svelte-intellij

Svelte components in WebStorm and friends
MIT License
482 stars 38 forks source link

delete is not highlighted as a keyword in "<script>" block #298

Closed DVDAndroid closed 1 year ago

DVDAndroid commented 2 years ago

I noticed that delete keyword is not highlighted in <script> block (neither JS or TS)

I was following WEB-54774, since I had the similar bug in Svelte files and I thought that it was a core problem

image

IntelliJ IDEA 2022.2 (Ultimate Edition)
Build #IU-222.3345.118, built on July 26, 2022
dev.blachut.svelte.lang (0.22.1)

Of course, it's just a minor cosmetic issue and there are no functionality issues.

Tell me if I need to move this issue to YouTrack

tomblachut commented 1 year ago

It is WEB-54774 indeed and it's already long fixed.

DVDAndroid commented 1 year ago

Still existing in

IntelliJ IDEA 2023.1.3 (Ultimate Edition)
Build #IU-231.9161.38, built on June 20, 2023
Registry:
    debugger.watches.in.variables=false
    search.everywhere.toolwindows=false
    ide.new.run.config=false
    search.everywhere.symbols=false
    search.everywhere.settings=true
    ide.ui.new.file.chooser=true
    eslint.additional.file.extensions=svelte

Non-Bundled Plugins:
    dev.blachut.svelte.lang (231.8770.15)

Kotlin: 231-1.9.0-RC-release-336-IJ8770.65

immagine

Am I missing something?

tomblachut commented 1 year ago

Oops sorry, you're right. It works properly in current EAP, it must have been yet another YouTrack ticket.

image