diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-07-02 17:41:35 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-07-05 07:54:28 +1000 |
| commit | 3c2e7e13c60e7c38cfd87d9cefa4fa2a9b8aa478 (patch) | |
| tree | 39b64c5b7245c7e96be0d7e2abad8e20b85a294d | |
| parent | 9ea6b88c1fa67ef417d1dc6de65bc31e6f77d300 (diff) | |
Fix cmake.kak raw string highlighting
| -rw-r--r-- | rc/extra/cmake.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/extra/cmake.kak b/rc/extra/cmake.kak index a8a77227..58f60f29 100644 --- a/rc/extra/cmake.kak +++ b/rc/extra/cmake.kak @@ -11,7 +11,7 @@ add-highlighter shared/cmake/code/ regex '\w+\h*(?=\()' 0:meta add-highlighter shared/cmake/argument/args default-region regex '\$\{\w+\}' 0:variable add-highlighter shared/cmake/argument/quoted region '"' '(?<!\\)(\\\\)*"' '' group -add-highlighter shared/cmake/argument/raw-quoted region '\[(=*)\[' '\](=*)\]' '' ref cmake/argument/quoted +add-highlighter shared/cmake/argument/raw-quoted region -match-capture '\[(=*)\[' '\](=*)\]' '' ref cmake/argument/quoted add-highlighter shared/cmake/argument/quoted/ fill string add-highlighter shared/cmake/argument/quoted/ regex '\$\{\w+\}' 0:variable |
