vim-parinfer icon indicating copy to clipboard operation
vim-parinfer copied to clipboard

Add racket to autocmds

Open kasbah opened this issue 8 years ago • 4 comments

kasbah avatar Nov 05 '16 20:11 kasbah

@kasbah this will have to be modified slightly to reflect new mappings added with viml implementation

bhurlow avatar Dec 01 '16 17:12 bhurlow

Ok, any objection to also adding .smt2? While we are at it we should probably add (though I personally haven't used these):

  • .cl - Common Lisp
  • .l, .lsp and .lisp - Any Lisp
  • .el - Emacs Lisp
  • .ss and .scm - Scheme

kasbah avatar Dec 01 '16 18:12 kasbah

@kasbah no objections, seems OK to me to add as many ft matches that parinfer will work with. Depends more on whether the parinfer library can support those different lisps, but I think Shaun has been working towards that goal. Go for it!

bhurlow avatar Dec 01 '16 18:12 bhurlow

The conflicts here are related to https://github.com/bhurlow/vim-parinfer/pull/55. It should be simple (i.e. fewer lines) to add these new extensions to the defaults after that change landed.

RhysU avatar Aug 31 '18 01:08 RhysU