diff options
author | Teddy Wing | 2021-01-30 16:43:37 +0100 |
---|---|---|
committer | Teddy Wing | 2021-02-19 00:42:20 +0100 |
commit | e14d520648e56b99fb72c54fd625c06ba005817e (patch) | |
tree | 8639e1ded3801cbddb7a140a41ef47482c46628f /ftdetect | |
parent | 282cb829090b986fd6eeec0496a9e0aff0145b7b (diff) | |
download | dotvim-e14d520648e56b99fb72c54fd625c06ba005817e.tar.bz2 |
Add ftdetect/lisp.vim
Detect ASDF *.asd files as Lisp files.
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/lisp.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftdetect/lisp.vim b/ftdetect/lisp.vim new file mode 100644 index 0000000..3a4b83b --- /dev/null +++ b/ftdetect/lisp.vim @@ -0,0 +1 @@ +autocmd BufNewFile,BufRead *.asd setfiletype lisp |