File tree Expand file tree Collapse file tree 7 files changed +0
-34
lines changed Expand file tree Collapse file tree 7 files changed +0
-34
lines changed Original file line number Diff line number Diff line change 1
- " Vim compiler file
2
- " Language: ExUnit
3
- " Maintainer: Rein Henrichs <rein.henrichs@gmail.com>
4
- " URL: https://github.com/elixir-lang/vim-elixir
5
-
6
1
if exists (" current_compiler" )
7
2
finish
8
3
endif
Original file line number Diff line number Diff line change 1
- " Vim filetype plugin
2
- " Language: Embedded Elixir
3
- " URL: https://github.com/elixir-lang/vim-elixir
4
-
5
1
if exists (" b:did_ftplugin" )
6
2
finish
7
3
endif
Original file line number Diff line number Diff line change 1
- " Vim filetype plugin
2
- " Language: Elixir
3
- " Maintainer: Carlos Galdino <carloshsgaldino@gmail.com>
4
- " URL: https://github.com/elixir-lang/vim-elixir
5
-
6
1
if (exists (" b:did_ftplugin" ))
7
2
finish
8
3
endif
Original file line number Diff line number Diff line change 1
- " Vim indent file
2
- " Language: Embedded Elixir
3
- " URL: https://github.com/elixir-lang/vim-elixir
4
-
5
-
6
1
if exists (" b:did_indent" )
7
2
finish
8
3
endif
Original file line number Diff line number Diff line change 1
- " Vim indent file
2
- " Language: Elixir
3
- " Maintainer: Carlos Galdino <carloshsgaldino@gmail.com>
4
- " Last Change: 2013 Apr 24
5
-
6
1
if exists (" b:did_indent" )
7
2
finish
8
3
endif
Original file line number Diff line number Diff line change 1
- " Vim syntax file
2
- " Language: Embedded Elixir
3
- " URL: https://github.com/elixir-lang/vim-elixir
4
-
5
1
if exists (" b:current_syntax" )
6
2
finish
7
3
endif
@@ -63,4 +59,3 @@ let b:current_syntax = 'eelixir'
63
59
if main_syntax == ' eelixir'
64
60
unlet main_syntax
65
61
endif
66
-
Original file line number Diff line number Diff line change 1
- " Vim syntax file
2
- " Language: Elixir
3
- " Maintainer: Carlos Galdino <carloshsgaldino@gmail.com>
4
- " Last Change: 2013 Apr 24
5
-
6
1
if exists (" b:current_syntax" )
7
2
finish
8
3
endif
You can’t perform that action at this time.
0 commit comments