Hello! Thanks for the useful extension!
There seems to be an issue with gjs files in a specific scenario:
When assigning a class field without using a semicolon and adding a <template> tag makes the whole template not be detected:
(we are assigning setup without a semicolon, the whole template does not get recognised)
(same thing but with the semicolon, template get highlighted)
This goes to some disturbing extent on multi-component files:
(in this file with two components, beyond the two templates' contents, the white-washed section also swallows all of the JS content from the second component)
Hello! Thanks for the useful extension!
There seems to be an issue with
gjsfiles in a specific scenario:When assigning a class field without using a semicolon and adding a
<template>tag makes the whole template not be detected:(we are assigning
setupwithout a semicolon, the whole template does not get recognised)(same thing but with the semicolon, template get highlighted)
This goes to some disturbing extent on multi-component files:
(in this file with two components, beyond the two templates' contents, the white-washed section also swallows all of the JS content from the second component)