Changed '🦀' to '§' for complex module quoting

This commit is contained in:
Justin Frank 2019-04-13 12:57:57 -07:00
parent 6512eafa60
commit 48abc3cbf3
10 changed files with 21 additions and 20 deletions

View File

@ -59,7 +59,7 @@ hook -group objc-highlight global WinSetOption filetype=objc %{
} }
provide-module c-family %🦀 provide-module c-family %§
define-command -hidden c-family-trim-indent %{ define-command -hidden c-family-trim-indent %{
# remove the line if it's empty when leaving the insert mode # remove the line if it's empty when leaving the insert mode
@ -443,4 +443,4 @@ define-command objc-alternative-file -docstring "Jump to the alternate objc file
c-family-alternative-file c-family-alternative-file
} }
🦀 §

View File

@ -30,7 +30,7 @@ hook -group d-highlight global WinSetOption filetype=d %{
hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/d } hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/d }
} }
provide-module d %🦀 provide-module d %§
# Highlighters # Highlighters
# ‾‾‾‾‾‾‾‾‾‾‾‾ # ‾‾‾‾‾‾‾‾‾‾‾‾
@ -135,4 +135,4 @@ define-command -hidden d-indent-on-closing-curly-brace %[
try %[ execute-keys -itersel -draft <a-h><a-k>^\h+\}$<ret>hms\A|.\z<ret>1<a-&> ] try %[ execute-keys -itersel -draft <a-h><a-k>^\h+\}$<ret>hms\A|.\z<ret>1<a-&> ]
] ]
🦀 §

View File

@ -30,7 +30,8 @@ hook -group dart-highlight global WinSetOption filetype=dart %{
hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/dart } hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/dart }
} }
provide-module dart %🦀
provide-module dart %§
# Highlighters # Highlighters
# ‾‾‾‾‾‾‾‾‾‾‾‾ # ‾‾‾‾‾‾‾‾‾‾‾‾
@ -109,4 +110,4 @@ define-command -hidden dart-indent-on-closing-curly-brace %[
try %[ execute-keys -itersel -draft <a-h><a-k>^\h+\}$<ret>hms\A|.\z<ret>1<a-&> ] try %[ execute-keys -itersel -draft <a-h><a-k>^\h+\}$<ret>hms\A|.\z<ret>1<a-&> ]
] ]
🦀 §

View File

@ -30,7 +30,7 @@ hook -group go-highlight global WinSetOption filetype=go %{
hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/go } hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/go }
} }
provide-module go %🦀 provide-module go %§
# Highlighters # Highlighters
# ‾‾‾‾‾‾‾‾‾‾‾‾ # ‾‾‾‾‾‾‾‾‾‾‾‾
@ -102,4 +102,4 @@ define-command -hidden go-indent-on-closing-curly-brace %[
try %[ execute-keys -itersel -draft <a-h><a-k>^\h+\}$<ret>hms\A|.\z<ret>1<a-&> ] try %[ execute-keys -itersel -draft <a-h><a-k>^\h+\}$<ret>hms\A|.\z<ret>1<a-&> ]
] ]
🦀 §

View File

@ -23,7 +23,7 @@ hook -group java-highlight global WinSetOption filetype=java %{
} }
provide-module java %🦀 provide-module java %§
add-highlighter shared/java regions add-highlighter shared/java regions
add-highlighter shared/java/code default-region group add-highlighter shared/java/code default-region group
@ -69,4 +69,4 @@ define-command -hidden java-indent-on-closing-curly-brace %[
try %[ execute-keys -itersel -draft <a-h><a-k>^\h+\}$<ret>hms\A|.\z<ret>1<a-&> ] try %[ execute-keys -itersel -draft <a-h><a-k>^\h+\}$<ret>hms\A|.\z<ret>1<a-&> ]
] ]
🦀 §

View File

@ -35,7 +35,7 @@ hook -group typescript-highlight global WinSetOption filetype=typescript %{
} }
provide-module javascript %🦀 provide-module javascript %§
# Commands # Commands
# ‾‾‾‾‾‾‾‾ # ‾‾‾‾‾‾‾‾
@ -127,4 +127,4 @@ add-highlighter shared/typescript/code/ regex \b(array|boolean|date|number|objec
# Keywords grabbed from https://github.com/Microsoft/TypeScript/issues/2536 # Keywords grabbed from https://github.com/Microsoft/TypeScript/issues/2536
add-highlighter shared/typescript/code/ regex \b(as|constructor|declare|enum|from|implements|interface|module|namespace|package|private|protected|public|readonly|static|type)\b 0:keyword add-highlighter shared/typescript/code/ regex \b(as|constructor|declare|enum|from|implements|interface|module|namespace|package|private|protected|public|readonly|static|type)\b 0:keyword
🦀 §

View File

@ -31,7 +31,7 @@ hook -group kak-highlight global WinSetOption filetype=kak %{
hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/kakrc } hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/kakrc }
} }
provide-module kak %🦀 provide-module kak %§
require-module sh require-module sh
@ -114,4 +114,4 @@ define-command -hidden kak-indent-on-closing-char %{
try %{ execute-keys -draft -itersel <a-h><a-k>^\h*\Q %val{hook_param} \E$<ret>gi<a-f> %val{hook_param} <a-T>%<a-k>\w*\Q %val{hook_param} \E$<ret> s \A|.\z<ret> gi 1<a-&> } try %{ execute-keys -draft -itersel <a-h><a-k>^\h*\Q %val{hook_param} \E$<ret>gi<a-f> %val{hook_param} <a-T>%<a-k>\w*\Q %val{hook_param} \E$<ret> s \A|.\z<ret> gi 1<a-&> }
} }
🦀 §

View File

@ -30,7 +30,7 @@ hook -group perl-highlight global WinSetOption filetype=perl %{
hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/perl } hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/perl }
} }
provide-module perl %🦀 provide-module perl %§
# Highlighters # Highlighters
# ‾‾‾‾‾‾‾‾‾‾‾‾ # ‾‾‾‾‾‾‾‾‾‾‾‾
@ -119,4 +119,4 @@ define-command -hidden perl-indent-on-closing-curly-brace %[
try %[ execute-keys -itersel -draft <a-h><a-k>^\h+\}$<ret>hms\A|.\z<ret>1<a-&> ] try %[ execute-keys -itersel -draft <a-h><a-k>^\h+\}$<ret>hms\A|.\z<ret>1<a-&> ]
] ]
🦀 §

View File

@ -28,7 +28,7 @@ hook -group ragel-highlight global WinSetOption filetype=ragel %{
hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/ragel } hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/ragel }
} }
provide-module ragel %🦀 provide-module ragel %§
# Highlighters # Highlighters
# ‾‾‾‾‾‾‾‾‾‾‾‾ # ‾‾‾‾‾‾‾‾‾‾‾‾
@ -73,4 +73,4 @@ define-command -hidden ragel-indent-on-new-line %<
> >
> >
🦀 §

View File

@ -34,7 +34,7 @@ hook global WinSetOption filetype=rust %[
] ]
provide-module rust %🦀 provide-module rust %§
# Highlighters # Highlighters
# ‾‾‾‾‾‾‾‾‾‾‾‾ # ‾‾‾‾‾‾‾‾‾‾‾‾
@ -99,4 +99,4 @@ define-command -hidden rust-indent-on-closing %[
_ _
] ]
🦀 §