kakoune/rc
Frank LENORMAND 37706d7a95 colors: Retire the bold and italic faces
This commit removes declarations and mentions to the built-in `bold`
and `italic` faces.

While they could be a user-friendly way of customising how tokens
are emphasised in Markdown documents (similarly to the
`$LESS_TERMCAP_*` environment variables for `man` pagers), most other
markup languages do not have the concept of "strong" and "emphasis"
but refer directly to the font style/weight.

The faces were also not even set by default to highlight as their
names implied, so having markup language support scripts directly
use the +b and +i face attributes is more consistent.
2020-05-15 11:56:38 +03:00
..
detection Fix filetype detection 2020-02-21 21:25:57 -08:00
filetype colors: Retire the bold and italic faces 2020-05-15 11:56:38 +03:00
tools rc spell: Fix off-by-one highlighting glitch 2020-05-07 10:40:25 +00:00
windowing Split modules and allow kitty-send-text to take a parameter 2020-04-27 11:58:39 -04:00