mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-19 08:53:41 -05:00
Run scripts/build with changes
This commit is contained in:
11
ftplugin/prisma.vim
Normal file
11
ftplugin/prisma.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
if polyglot#init#is_disabled(expand('<sfile>:p'), 'prisma', 'ftplugin/prisma.vim')
|
||||
finish
|
||||
endif
|
||||
|
||||
if (exists('b:did_ftplugin'))
|
||||
finish
|
||||
endif
|
||||
let b:did_ftplugin = 1
|
||||
setlocal iskeyword+=@-@
|
||||
setlocal comments=://
|
||||
setlocal commentstring=//\ %s
|
||||
Reference in New Issue
Block a user