hullo,

there's just a "contained" keyword missing, see patch.

a!
-- 
aszlig
Universaldilettant
RedMoonStudios
--- python.vim	2008-11-28 01:25:51.180265123 +0100
+++ python.vim	2008-11-28 01:25:13.104246222 +0100
@@ -54,7 +54,7 @@
 syn keyword pythonTodo		TODO FIXME XXX contained
 
 " Decorators (new in Python 2.4)
-syn match   pythonDecoratorName	"[[:alpha:]_][[:alnum:]_]*\%(\.[[:alpha:]_][[:alnum:]_]*\)*"
+syn match   pythonDecoratorName	"[[:alpha:]_][[:alnum:]_]*\%(\.[[:alpha:]_][[:alnum:]_]*\)*" contained
 syn match   pythonDecorator	"@" display nextgroup=pythonDecoratorName skipwhite
 
 " strings

Attachment: signature.asc
Description: Digital signature

Reply via email to