toitware / ide-tools

Tools for working with Toit in different IDEs
MIT License
2 stars 2 forks source link

constant `as` cant match #246

Closed RedCMD closed 7 months ago

RedCMD commented 7 months ago

The regex for as \b(?<!)as(?!-)\b is missing - inside (?<!) => (?<!-) (?<!) will never match

https://github.com/toitware/ide-tools/blob/60efd96a42cd639f7c966d9ed51b1cd456e4a8e8/vscode/syntaxes/toit.tmLanguage.yaml#L47

floitsch commented 7 months ago

Big thanks for filing these issues. Pull requests are uploaded.