summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Frank <justinpfrank@protonmail.com>2018-08-08 10:28:27 -0700
committerJustin Frank <justinpfrank@protonmail.com>2018-08-08 10:28:27 -0700
commit5b236e25a03ad66be2d9808ebefd96c8d07a4f89 (patch)
tree1be5da302ac4f066e99a06f6de3bceba8663e0b0
parentae75032936ed9ffa2bf14589fef115d3d684a7c6 (diff)
i3 comments don't require a space after the hash
-rw-r--r--rc/extra/i3.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/extra/i3.kak b/rc/extra/i3.kak
index 9e4529ce..de34f360 100644
--- a/rc/extra/i3.kak
+++ b/rc/extra/i3.kak
@@ -7,7 +7,7 @@ add-highlighter shared/i3/code default-region group
add-highlighter shared/i3/double_string region %{"} %{"} group
add-highlighter shared/i3/single_string region %{'} %{'} group
add-highlighter shared/i3/exec region %{(?<=exec)} "$" fill string
-add-highlighter shared/i3/comment region "# " "$" fill comment
+add-highlighter shared/i3/comment region "#" "$" fill comment
add-highlighter shared/i3/double_string/ fill string
add-highlighter shared/i3/single_string/ fill string