summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Isom <John.Isom2001@gmail.com>2020-08-01 09:30:12 -0600
committerJohn Isom <John.Isom2001@gmail.com>2020-08-01 09:30:12 -0600
commit5c124db5d9b0102008eb5bb7401d22a7fa887a25 (patch)
tree474c7884fe5b3f0ec7e73167899443b59e072d55
parentdc378da87f711bb64f21b15ef9eb9683b35f6497 (diff)
Replace cat emojis with section signs
Many terminal emulators or fonts don't support the cat emoji, and the section sign (ยง) is more semantically correct than a cat.
-rw-r--r--rc/filetype/crystal.kak4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc/filetype/crystal.kak b/rc/filetype/crystal.kak
index 0a5a9047..20ef637b 100644
--- a/rc/filetype/crystal.kak
+++ b/rc/filetype/crystal.kak
@@ -25,7 +25,7 @@ hook global WinSetOption filetype=crystal %{
}
}
-provide-module crystal %๐Ÿˆ
+provide-module crystal %ยง
declare-option -hidden str-list crystal_keywords 'abstract' 'alias' 'annotation' 'as' 'asm' 'begin' 'break' 'case' 'class' 'def' 'do' 'else' 'elsif' 'end' 'ensure' 'enum' 'extend' 'false' 'for' 'fun' 'if' 'include' 'instance_sizeof' 'is_a?' 'lib' 'macro' 'module' 'next' 'nil' 'nil?' 'of' 'offsetof' 'out' 'pointerof' 'private' 'protected' 'require' 'rescue' 'responds_to?' 'return' 'select' 'self' 'sizeof' 'struct' 'super' 'then' 'true' 'type' 'typeof' 'uninitialized' 'union' 'unless' 'until' 'verbatim' 'when' 'while' 'with' 'yield'
# https://crystal-lang.org/reference/syntax_and_semantics/methods_and_instance_variables.html#getters-and-setters
declare-option -hidden str-list crystal_attributes 'getter' 'setter' 'property'
@@ -206,4 +206,4 @@ provide-module crystal %๐Ÿˆ
kak -f '%1sdata-id="github.com/crystal-lang/crystal/(\w+)"<ret>)<a-space>y%<a-R>a<ret><esc><a-_>a<del><esc>'
}
}
-๐Ÿˆ
+ยง