Skip to content

Commit 49ca9b9

Browse files
jparisejbodah
authored andcommitted
Add .xrl to the suffixes list (#461)
This is the suffix used by leex, Erlang's lexer generator.
1 parent 7e65a35 commit 49ca9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplugin/elixir.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let &l:path =
2828
\ &g:path
2929
\ ], ',')
3030
setlocal includeexpr=elixir#util#get_filename(v:fname)
31-
setlocal suffixesadd=.ex,.exs,.eex,.erl,.yrl,.hrl
31+
setlocal suffixesadd=.ex,.exs,.eex,.erl,.xrl,.yrl,.hrl
3232

3333
let &l:define = 'def\(macro\|guard\|delegate\)\=p\='
3434

0 commit comments

Comments
 (0)