summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2014-07-07 22:34:58 +0200
committerAlex Leferry 2 <alexherbo2@gmail.com>2014-07-07 22:36:00 +0200
commit31cf73bbfd0254030bc166753548dd912b03d620 (patch)
tree9767f7f78dacbff9dea1e8568be2be86666e77d9
parentd25a88a4aedc9577b68e4ac3e209480bfcf78f76 (diff)
minor style fix
-rw-r--r--rc/fish.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/fish.kak b/rc/fish.kak
index ac6dc3cc..adb72c12 100644
--- a/rc/fish.kak
+++ b/rc/fish.kak
@@ -18,7 +18,7 @@ hook global BufCreate .*[.](fish) %{
addhl -group / multi_region -default code fish \
double_string '"' (?<!\\)(\\\\)*" '' \
single_string "'" "'" '' \
- comment '#' $ ''
+ comment '#' '$' ''
addhl -group /fish/double_string fill string
addhl -group /fish/double_string regex (\$\w+)|(\{\$\w+\}) 0:identifier