-
-
Notifications
You must be signed in to change notification settings - Fork 9
States and Default blocks broken detection #2
Copy link
Copy link
Open
Labels
Duck TapedDuck taped solution. The problem is fixed, but a better solution is welcome.Duck taped solution. The problem is fixed, but a better solution is welcome.No KapThe Kaptain tried to fix the problem but didn't manage to.The Kaptain tried to fix the problem but didn't manage to.enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
Duck TapedDuck taped solution. The problem is fixed, but a better solution is welcome.Duck taped solution. The problem is fixed, but a better solution is welcome.No KapThe Kaptain tried to fix the problem but didn't manage to.The Kaptain tried to fix the problem but didn't manage to.enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Both
StatesandDefaultblocks are detected by searching for theStatesandDefaultwords 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.