We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d241974 commit 67b468bCopy full SHA for 67b468b
1 file changed
syntax/python.vim
@@ -129,7 +129,6 @@ endif
129
130
syn match pythonDecorator "@" display nextgroup=pythonDottedName skipwhite
131
syn match pythonDottedName "[a-zA-Z_][a-zA-Z0-9_]*\(\.[a-zA-Z_][a-zA-Z0-9_]*\)*" display contained
132
- syn match pythonDot "\." display containedin=pythonDottedName
133
134
" }}}
135
@@ -349,7 +348,6 @@ endif
349
348
350
hi def link pythonDecorator Define
351
hi def link pythonDottedName Function
352
- hi def link pythonDot Normal
353
354
hi def link pythonComment Comment
355
hi def link pythonCoding Special
0 commit comments