Serhioromano / vscode-st

Extension for VS Code to support Structured Text language.
https://marketplace.visualstudio.com/items?itemName=Serhioromano.vscode-st#overview
MIT License
141 stars 28 forks source link

Simplification to attribute and identifier regex's in SymbolProvider #28

Closed msftrncs closed 3 years ago

msftrncs commented 3 years ago

Simplify the attribute and identifier regex's in SymbolProvider, removing the skip of quoted strings when searching for attributes prior to identifiers or for identifiers, as quoted strings in these locations really indicate a syntax error.

Sorry for this supplemental PR. Its really minor changing trying to deal with syntax errors in the discovered code better. This can be delayed until later, but if you have a chance, review it as well.

Serhioromano commented 3 years ago

I'll push this one to new version as well.

Serhioromano commented 3 years ago

New version release 1.9.0