rogalmic / vscode-xml-complete

XML editing helper (using XSD schemaLocation)
MIT License
28 stars 16 forks source link

fix tag name regex match to allow hyphen #12

Closed AndersMad closed 4 years ago

AndersMad commented 4 years ago

bug: the \.-_ is chars from dot to underscore.. new regex missing special chars as to specs but should be better

rogalmic commented 4 years ago

I can see pull req is now closed. Is this still an issue?

rogalmic commented 4 years ago

Lets see how it goes, the test build is now available at: https://marketplace.visualstudio.com/items?itemName=rogalmic.vscode-xml-complete at downloads@latest: https://github.com/rogalmic/vscode-xml-complete/releases/tag/untagged-3d5a654e9e0e7894083d

AndersMad commented 4 years ago

yes, but the + needs to be a * - my bad - else autocomplete wont work for < (empty tag name)

rogalmic commented 4 years ago

No worries, i will fix that. Thanks for your help!