kakoune/rc
Las e142a37f21 rc ruby: Don't recognize "keyword"-like identifiers
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.
2020-03-25 21:18:21 +09:00
..
detection Fix filetype detection 2020-02-21 21:25:57 -08:00
filetype rc ruby: Don't recognize "keyword"-like identifiers 2020-03-25 21:18:21 +09:00
tools Merge remote-tracking branch 'Anfid/hunk-seek-wrap' 2020-03-15 12:35:50 +11:00
windowing rc: Make docstrings more readable 2020-02-03 20:53:28 +01:00