Merge pull request #2 from raimon49/support-file-extension-of-pip

Support file extension of '.pip'
This commit is contained in:
raimon
2016-08-04 23:10:25 +09:00
committed by GitHub
4 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
" the Requirements File Format syntax support for Vim
" Version: 1.1.2
" Version: 1.2.0
" Author: raimon <raimon49@hotmail.com>
" License: MIT LICENSE

View File

@@ -1,5 +1,5 @@
" the Requirements File Format syntax support for Vim
" Version: 1.1.2
" Version: 1.2.0
" Author: raimon <raimon49@hotmail.com>
" License: MIT LICENSE
"
@@ -10,5 +10,6 @@ function! s:isRequirementsFile()
endfunction
au BufNewFile,BufRead *.{txt,in} if s:isRequirementsFile() | set ft=requirements
au BufNewFile,BufRead *.pip set ft=requirements
" vim: et sw=4 ts=4 sts=4:

View File

@@ -1,5 +1,5 @@
" the Requirements File Format syntax support for Vim
" Version: 1.1.2
" Version: 1.2.0
" Author: raimon <raimon49@hotmail.com>
" License: MIT LICENSE

View File

@@ -1,5 +1,5 @@
" the Requirements File Format syntax support for Vim
" Version: 1.1.2
" Version: 1.2.0
" Author: raimon <raimon49@hotmail.com>
" License: MIT LICENSE