Update vim syntax with comment

Bug #586204 reported by Cory Dodt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PyMeta
New
Undecided
Unassigned

Bug Description

I have an updated version of the vim syntax which has comments supported instead of that other junk. Here's a diff.

=== modified file 'extras/pymeta.vim'
--- extras/pymeta.vim 2010-04-30 06:47:18 +0000
+++ extras/pymeta.vim 2010-05-27 06:30:04 +0000
@@ -37,7 +37,7 @@
 syn region pymetaTerminal start=/</ end=/>/
 syn region pymetaExec start=/!(/ end=/)/ contains=subExpression
 syn region pymetaFilter start=/?(/ end=/)/ contains=subExpression
-syn region cddComment start=/COMMENT::=!("""/ end=/""")/
+syn region cddComment start=/#/ end=/$/
 syn region pymetaChrLiteral start=/'/ end=/'/

 hi link pymetaExec Special

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.