From 002573265a944381cf8dccf5129fc432e33441e7 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 8 Sep 2020 21:17:24 +0200 Subject: Fix some ftdetect issues from tests --- autoload/polyglot.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'autoload/polyglot.vim') diff --git a/autoload/polyglot.vim b/autoload/polyglot.vim index 1ed71826..d54cb87e 100644 --- a/autoload/polyglot.vim +++ b/autoload/polyglot.vim @@ -21,6 +21,7 @@ let s:interpreters = { \ 'escript': 'erlang', \ 'fish': 'fish', \ 'gnuplot': 'gnuplot', + \ 'groovy': 'groovy', \ 'runhaskell': 'haskell', \ 'chakra': 'javascript', \ 'd8': 'javascript', -- cgit v1.2.3