Mercurial > ec-dotfiles
comparison vendor/vim-packs/srcery-vim/after/syntax/elixir.vim @ 704:1e0f578f6752
Update vendor and add support for vim packs
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 18 Dec 2022 20:06:46 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
703:b7cd7465cc26 | 704:1e0f578f6752 |
---|---|
1 if srcery#helper#ShouldAbort('elixir') | |
2 finish | |
3 endif | |
4 | |
5 " Elixir: {{{ | |
6 | |
7 hi! link elixirDocString Comment | |
8 | |
9 hi! link elixirStringDelimiter SrceryGreen | |
10 hi! link elixirInterpolationDelimiter SrceryCyan | |
11 | |
12 " }}} |