]> git.pld-linux.org Git - packages/vim.git/blob - vim-po-syntax.patch
- mark fuzzy and untranslated entries as todo
[packages/vim.git] / vim-po-syntax.patch
1 --- vim63/runtime/syntax/po.vim.wiget   2004-06-17 14:16:09.760638536 +0200
2 +++ vim63/runtime/syntax/po.vim 2004-06-17 14:18:48.851632618 +0200
3 @@ -19,6 +19,8 @@
4  syn match  poFormat    "%%" contained
5  syn region poString    start=+"+ skip=+\\\\\|\\"+ end=+"+
6                         \ contains=poSpecial,poFormat
7 +syn region poFuzzy       start=+^#,\sfuzzy+ end=+^$+
8 +syn match  poUntranslated +^msgstr\s""\n\n+
9  
10  " Define the default highlighting.
11  " For version 5.7 and earlier: only when not done already
12 @@ -37,6 +39,8 @@
13    HiLink poSpecial     Special
14    HiLink poFormat      poSpecial
15    HiLink poString      String
16 +  HiLink poFuzzy       Todo
17 +  HiLink poUntranslated        Todo
18  
19    delcommand HiLink
20  endif
This page took 0.096082 seconds and 4 git commands to generate.