States
and Default
blocks broken detection
#2
Labels
Duck Taped
Duck taped solution. The problem is fixed, but a better solution is welcome.
enhancement
New feature or request
help wanted
Extra attention is needed
No Kap
The Kaptain tried to fix the problem but didn't manage to.
Both
States
andDefault
blocks are detected by searching for theStates
andDefault
words in the text.My plan was to make it that it searched for the two words AND the open curly bracket
{
, but it seems that VSCode's highlighter does not allow for multiline regexes.If somebody has a clue how to fix this, I would be really happy about it.
The text was updated successfully, but these errors were encountered: