diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-08 21:17:24 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-08 21:17:24 +0200 |
commit | 002573265a944381cf8dccf5129fc432e33441e7 (patch) | |
tree | 4a0e2476a019b5dfdce5a29c4428897a30d7dc05 /autoload/polyglot.vim | |
parent | a4b91124a8fea26575d08c1845e141520e7d33e2 (diff) | |
download | vim-polyglot-002573265a944381cf8dccf5129fc432e33441e7.tar.gz vim-polyglot-002573265a944381cf8dccf5129fc432e33441e7.zip |
Fix some ftdetect issues from tests
Diffstat (limited to 'autoload/polyglot.vim')
-rw-r--r-- | autoload/polyglot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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', |