Ver código fonte

Added `cls` to conventions

http://stackoverflow.com/questions/18489180/convention-for-my-class-in-class-method
Alois Mahdal 11 anos atrás
pai
commit
43b82ab1b6
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      dotfiles/vim/syntax/python.vim

+ 1
- 0
dotfiles/vim/syntax/python.vim Ver arquivo

@@ -149,6 +149,7 @@ syn keyword pythonOperator      and in is not or
149 149
 
150 150
 " added by aloism
151 151
 syn keyword pythonConvention    self
152
+syn keyword pythonConvention    cls
152 153
 
153 154
 if s:Python2Syntax()
154 155
   if !s:Enabled("g:python_print_as_function")