This commit is contained in:
hokorobi
2015-07-04 19:22:40 +09:00
parent 4ed3a70cfe
commit 134fc45d96
2 changed files with 4 additions and 4 deletions

View File

@@ -33,8 +33,8 @@ let g:brightest#enable_filetypes = {
" filetype=vim のみを有効にする
let g:brightest#enable_filetypes = {
\ "_" : 0
\ "vim" : 1
\ "_" : 0,
\ "vim" : 1,
\}
```

View File

@@ -54,8 +54,8 @@ Example: >
" filetype=vim のみを有効にする
let g:brightest#enable_filetypes = {
\ "_" : 0
\ "vim" : 1
\ "_" : 0,
\ "vim" : 1,
\}
<