tajmone / Sublime-PML

Sublime Text 4 syntax for PML (Practical Markup Language)
https://tajmone.github.io/Sublime-PML/
MIT License
4 stars 0 forks source link

Fix Quotes IDs #42

Closed tajmone closed 1 year ago

tajmone commented 1 year ago

Quoted ID attributes are always scoped as illegal. Fix it by adding a context to handle quoted IDs.

NOTE: I'm not sure why anyone would enclose an ID within quotes, cine they can't contain spaces or special characters that might need escaping, but since I've encountered them in the PML manuals I realized it needs to be supported since it's a valid syntax construct.