You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Allow comments to be inside of tags.
- Fixes the lexing of `<!--` comments.
- Allow tag names to include `-`.
- Modify module rule to be more strict which is to match `declare module
"Module name"`.
- Added tests.
- Resolvesalecthomas#940
- Resolvesalecthomas#939
- Resolvesalecthomas#801
Describe the bug
Some keywords in variable names like
module
orvar
will be highlight improperly. (go-gitea/gitea#25848)To Reproduce
The text was updated successfully, but these errors were encountered: