made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
8
gitportable/usr/share/vim/vim91/syntax/livebook.vim
Normal file
8
gitportable/usr/share/vim/vim91/syntax/livebook.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
" Placeholder Livebook syntax file.
|
||||
" This simply uses the markdown syntax.
|
||||
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
endif
|
||||
|
||||
runtime! syntax/markdown.vim
|
||||
Reference in New Issue
Block a user