summaryrefslogtreecommitdiff
path: root/runtime/syntax/dircolors.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/dircolors.vim')
-rw-r--r--runtime/syntax/dircolors.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/syntax/dircolors.vim b/runtime/syntax/dircolors.vim
index 7a0b1e8ff..fe1fcaec5 100644
--- a/runtime/syntax/dircolors.vim
+++ b/runtime/syntax/dircolors.vim
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: dircolors(1) input file
" Maintainer: Nikolai Weibull <now@bitwi.se>
-" Latest Revision: 2006-06-23
+" Latest Revision: 2012-04-25
if exists("b:current_syntax")
finish
@@ -17,6 +17,8 @@ syn region dircolorsComment start='#' end='$' contains=dircolorsTodo,@Spell
syn keyword dircolorsKeyword TERM LEFT LEFTCODE RIGHT RIGHTCODE END ENDCODE
syn keyword dircolorsKeyword NORMAL NORM FILE DIR LNK LINK SYMLINK ORPHAN
+ \ RESET MULTIHARDLINK CAPABILITY SETUID SETGID
+ \ STICKY STICKY_OTHER_WRITABLE OTHER_WRITABLE
\ MISSING FIFO PIPE SOCK BLK BLOCK CHR CHAR
\ DOOR EXEC
\ nextgroup=@dircolorsColors skipwhite