Browse Source

vim:uboot: support _ in identifiers

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

+ 1
- 1
files/.vim/syntax/uboot.vim

@ -10,7 +10,7 @@ endif
" case sensitive
syn case match
syn match scrProperty "\${[a-z\.]\+}"
syn match scrProperty "\${[a-z\._]\+}"
if u_boot_highlight_cpp != 0
syn match cppHash "^[ \t]*#.*$"

Loading…
Cancel
Save