summaryrefslogtreecommitdiff
path: root/rc/filetype
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2025-06-27 11:22:36 +1000
committerMaxime Coste <mawww@kakoune.org>2025-06-27 12:04:43 +1000
commit5246ca6957888946e49cf2c487e762bda04016d1 (patch)
tree88423f19036e25f71cb18048a6af23de77d84a15 /rc/filetype
parent5201a12010ee9ad91c99559b1756d59fdbb283d9 (diff)
Fix julia module unbalanced separators
Fixes #5349
Diffstat (limited to 'rc/filetype')
-rw-r--r--rc/filetype/julia.kak4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc/filetype/julia.kak b/rc/filetype/julia.kak
index 5b125bc2..6dc2af13 100644
--- a/rc/filetype/julia.kak
+++ b/rc/filetype/julia.kak
@@ -24,7 +24,7 @@ hook -group julia-highlight global WinSetOption filetype=julia %{
}
-provide-module julia %{
+provide-module julia %§
# Highlighters
# ‾‾‾‾‾‾‾‾‾‾‾‾
@@ -64,4 +64,4 @@ define-command -hidden julia-insert-on-new-line %<
try %{ execute-keys -draft x <a-k> ^\h*end <ret> <lt> }
>
>
-}