diff options
| author | Justin Frank <justinpfrank@protonmail.com> | 2019-04-13 12:57:57 -0700 |
|---|---|---|
| committer | Justin Frank <justinpfrank@protonmail.com> | 2019-04-13 12:57:57 -0700 |
| commit | 48abc3cbf3f4fca560fc9e7e02ae4d23cedf144a (patch) | |
| tree | 59c0b5823fb1f6ecc12162c72a21c65c8835a96d /rc/filetype/dart.kak | |
| parent | 6512eafa6006976bd65336ab94d6f1ebd54022e4 (diff) | |
Changed '🦀' to '§' for complex module quoting
Diffstat (limited to 'rc/filetype/dart.kak')
| -rw-r--r-- | rc/filetype/dart.kak | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rc/filetype/dart.kak b/rc/filetype/dart.kak index 660c550e..f61dd365 100644 --- a/rc/filetype/dart.kak +++ b/rc/filetype/dart.kak @@ -30,7 +30,8 @@ hook -group dart-highlight global WinSetOption filetype=dart %{ hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/dart } } -provide-module dart %🦀 + +provide-module dart %§ # 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-&> ] ] -🦀 +§ |
