Skip to content

VimScript: recognise .gvimrc as vimscript

Emanuele Torre requested to merge emanuele6/highlight:gvimrc into master

Files which have "gvimrc" as extension will now be considered vimscript.

NOTES:
This is what I did:

  1. I used rg -F vimrc to find all the instances of "vimrc" and also added gvimrc (3 results: a documentation file and 2 configuration files).
  2. I also checked all the results of rg -iF vim to make sure I did not miss anything.
  3. I compiled and make installed highlight to test it and it worked.

So this should all be good.

Edited by Emanuele Torre

Merge request reports

Loading