kakoune/rc
Tim Allen 53f0ce8247 rust.kak: lifetimes do not include the following non-word character.
A Rust data structure that is generic over a type conventionally uses a single
capital letter for the type variable, like `Vec<T>` or `HashMap<K, V>`. A Rust
data structure that is generic over a reference-lifetime conventionally uses an
apostrophe followed by a single lower-case letter for the lifetime variable,
like `Something<'a>`.

Previously, Kakoune would highlight "'a>" as the lifetime parameter; with this
change Kakoune highlights "'a" and leaves the closing ">" alone.
2018-06-23 17:55:02 +10:00
..
base rust.kak: lifetimes do not include the following non-word character. 2018-06-23 17:55:02 +10:00
core Prevent the :format command from triggering hooks. 2018-06-20 21:11:58 +10:00
extra Add a cmake.kak file for highlighting cmake files 2018-06-19 19:40:33 +10:00