Ver código fonte

updated keywords new and struct

Nicolas Winkler 6 anos atrás
pai
commit
46e41e4405
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      vim/indent/qlow.vim
  2. 1 1
      vim/syntax/qlow.vim

+ 1 - 1
vim/indent/qlow.vim

@@ -9,7 +9,7 @@ setlocal nosmartindent
 setlocal nocindent
 setlocal autoindent
 setlocal comments=:--
-setlocal indentkeys+==end,=do,=class
+setlocal indentkeys+==end,=do,=class,=struct
 
 let b:undo_indent = "setl smartindent< indentkeys< indentexpr< autoindent< comments< "
 

+ 1 - 1
vim/syntax/qlow.vim

@@ -10,7 +10,7 @@ endif
 
 
 
-syn keyword keywordy class do end if while return extern as
+syn keyword keywordy class struct do end if while return extern as new
 syn keyword typey Integer Boolean
 syn keyword typey String Char 
 syn keyword typey Int8 Int16 Int32 Int64 Int128 UInt8 UInt16 UInt32 UInt64 UInt128