Skip to content

Commit 6e2f8d3

Browse files
committed
Merge pull request #207 from tssund93/rust-delphi-lang-buftag
buftag support for rust and delphi
2 parents 16ec435 + cb0ee86 commit 6e2f8d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

autoload/ctrlp/buffertag.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ let s:types = {
5353
\ 'cpp' : '%sc++%sc++%snvdtcgsuf',
5454
\ 'cs' : '%sc#%sc#%sdtncEgsipm',
5555
\ 'cobol' : '%scobol%scobol%sdfgpPs',
56+
\ 'delphi' : '%spascal%spascal%sfp',
5657
\ 'dosbatch': '%sdosbatch%sdosbatch%slv',
5758
\ 'eiffel' : '%seiffel%seiffel%scf',
5859
\ 'erlang' : '%serlang%serlang%sdrmf',
@@ -72,6 +73,7 @@ let s:types = {
7273
\ 'python' : '%spython%spython%scmf',
7374
\ 'rexx' : '%srexx%srexx%ss',
7475
\ 'ruby' : '%sruby%sruby%scfFm',
76+
\ 'rust' : '%srust%srust%sfTgsmctid',
7577
\ 'scheme' : '%sscheme%sscheme%ssf',
7678
\ 'sh' : '%ssh%ssh%sf',
7779
\ 'csh' : '%ssh%ssh%sf',

0 commit comments

Comments
 (0)