Package: vim
Severity: minor
Tags: patch

I added the XXX FIXME and TODO keywords to the html.vim syntax file,
contained in comments, and added the necessary highlighting.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- /usr/share/vim/vim73/syntax/html.vim	2012-02-11 03:59:05.000000000 +0000
+++ /home/tarlika/.vim/syntax/html.vim	2012-04-25 20:15:11.000000000 +0100
@@ -105 +105,2 @@
-  syn region htmlCommentPart  contained start=+--+      end=+--\s*+  contains=@htmlPreProc
+  syn keyword htmlTodo         contained TODO FIXME XXX
+  syn region htmlCommentPart  contained start=+--+      end=+--\s*+  contains=@htmlPreProc,htmlTodo
@@ -269,0 +271 @@
+  HtmlHiLink htmlTodo	        	Todo

Reply via email to