From 0c4c7443625aac79811d57409f87d921dd404e85 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Sat, 23 Jun 2018 08:38:46 +0300 Subject: rc: Highlight embedded documentation This commit adds a `documentation` face to the builtin themes, used to highlight common documentation syntaxes: /** * JavaDoc */ /*! * QtDoc */ /// Inline documentation ## Inline documentation The face is only an alias to the `comment` one for now. Closes #1944 --- rc/filetype/python.kak | 1 + 1 file changed, 1 insertion(+) (limited to 'rc/filetype/python.kak') diff --git a/rc/filetype/python.kak b/rc/filetype/python.kak index 5a5da6f6..58854638 100644 --- a/rc/filetype/python.kak +++ b/rc/filetype/python.kak @@ -37,6 +37,7 @@ add-highlighter shared/python/code default-region group add-highlighter shared/python/docstring region -match-capture ("""|''') ("""|''') regions add-highlighter shared/python/double_string region '"' (?