made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
16
gitportable/usr/share/vim/vim91/syntax/cgdbrc.vim
Normal file
16
gitportable/usr/share/vim/vim91/syntax/cgdbrc.vim
Normal file
@@ -0,0 +1,16 @@
|
||||
" Vim syntax file
|
||||
" Language: cgdbrc
|
||||
" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu>
|
||||
" Documentation: https://cgdb.github.io/docs/Configuring-CGDB.html
|
||||
" Latest Revision: 2024-04-09
|
||||
|
||||
if exists('b:current_syntax')
|
||||
finish
|
||||
endif
|
||||
let b:current_syntax = 'cgdbrc'
|
||||
|
||||
runtime! syntax/vim.vim
|
||||
|
||||
syn region cgdbComment start="^\s*\#" skip="\\$" end="$" contains=@Spell
|
||||
|
||||
highlight default link cgdbComment Comment
|
||||
Reference in New Issue
Block a user