]> git.pld-linux.org Git - packages/vim.git/blob - vim-mysql.vim-syntax_comment.patch
- cosmetics
[packages/vim.git] / vim-mysql.vim-syntax_comment.patch
1 Index: vim/runtime/syntax/mysql.vim
2 ===================================================================
3 --- vim/runtime/syntax/mysql.vim.orig
4 +++ vim/runtime/syntax/mysql.vim
5 @@ -67,7 +67,7 @@
6  " Comments (c-style, mysql-style and modified sql-style)
7  syn region mysqlComment                 start="/\*"  end="\*/"
8  syn match mysqlComment          "#.*"
9 -syn match mysqlComment          "-- .*"
10 +syn match mysqlComment          "--\_s.*"
11  syn sync ccomment mysqlComment
12  
13  " Column types
This page took 0.132428 seconds and 3 git commands to generate.