Skip to content

Commit 47d05df

Browse files
aoswaltjbodah
authored andcommitted
Add tilde operators syntax matches
1 parent 088cfc4 commit 47d05df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syntax/elixir.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ syn match elixirOperator '|||\|||\||>\||'
4242
syn match elixirOperator '\.\.\|\.'
4343
syn match elixirOperator "\^\^\^\|\^"
4444
syn match elixirOperator '\\\\\|::\|\*\|/\|\~\~\~\|@'
45+
syn match elixirOperator '\~>\|\~>>\|<\~\|<<\~\|<\~>'
4546

4647
syn match elixirAlias '\([a-z]\)\@<![A-Z]\w*\%(\.[A-Z]\w*\)*'
4748

0 commit comments

Comments
 (0)