Browse Source

vim:uboot: add support for hexa numbers

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 10 years ago
parent
commit
bb669105d5
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      files/.vim/syntax/uboot.vim

+ 2
- 0
files/.vim/syntax/uboot.vim

@ -11,6 +11,7 @@ endif
syn case match
syn match scrProperty "\${[a-z\._]\+}"
syn match scrHexNumber "0x[0-9a-fA-F]\+"
if u_boot_highlight_cpp != 0
syn match cppHash "^[ \t]*#.*$"
@ -26,5 +27,6 @@ else
endif
hi link scrProperty Identifier
hi link scrHexNumber Constant
let b:current_syntax = "uboot"

Loading…
Cancel
Save