Skip to content

Commit

Permalink
Add toml pattern for dein
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Mar 29, 2016
1 parent 7d781d5 commit 2dd8642
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions autoload/context_filetype.vim
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,13 @@ let s:default_filetypes = {
\ 'filetype' : '\2',
\ },
\ ],
\ 'toml': [
\ {
\ 'start': '\<hook_\%(add\|source\|post_source\)\s*=\s*'.
\ '\('."'''".'\|"""\)',
\ 'end': '\1', 'filetype': 'vim',
\ },
\ ],
\}"}}}


Expand Down

0 comments on commit 2dd8642

Please sign in to comment.