🚨 Please review the guidelines for contributing and our code of conduct to this repository. 🚨
Please complete these steps and check these boxes (by putting an x inside the brackets) before filing your PR:
[x] Check the commit's or even all commits' message styles matches our requested structure.
[x] Check your code additions will fail neither code linting checks nor unit test.
Short description of what this resolves:
Detect any HTML syntax by scope instead of name, this will enable the plugin to work with HTML4, HTML5, etc... syntaxes.
Fixes: Compatibility with external HTML syntaxes that has a different name but the same root scope. Example: https://github.com/borela/naomi/issues/173
🚨 Please review the guidelines for contributing and our code of conduct to this repository. 🚨 Please complete these steps and check these boxes (by putting an x inside the brackets) before filing your PR:
Short description of what this resolves:
Detect any HTML syntax by scope instead of name, this will enable the plugin to work with HTML4, HTML5, etc... syntaxes.
Proposed changes:
Add the selector and remove syntax name.
👍 Thank you!