e142a37f21
In Ruby, identifiers can end with a `!` or `?` too, which means that `class!` or `end?`are not actually keywords, but regular identifiers. This fixes that by not using `\b` but `[^0-9A-Za-z_!?]` instead in some places. |
||
---|---|---|
.. | ||
detection | ||
filetype | ||
tools | ||
windowing |