Lines Matching refs:syntax
34 au BufRead,BufNewFile * syntax match LongLine /\%>80v.\+/
35 au InsertEnter * syntax match WhitespaceEOL /\s\+\%#\@<!$/
36 au InsertLeave * syntax match WhitespaceEOL /\s\+$/
56 " Highlight syntax in programming languages
57 syntax on
76 " Enable syntax highlighting for LLVM files. To use, copy
77 " utils/vim/syntax/llvm.vim to ~/.vim/syntax .
82 " Enable syntax highlighting for tablegen files. To use, copy
83 " utils/vim/syntax/tablegen.vim to ~/.vim/syntax .
88 " Enable syntax highlighting for reStructuredText files. To use, copy
90 " to ~/.vim/syntax .