Explorar el Código

vimlol: add "UNUSED" and "ASSERT" to our list of keywords.

undefined
Sam Hocevar hace 11 años
padre
commit
2c2ea82f8f
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      tools/vimlol/vimlol.vim

+ 5
- 0
tools/vimlol/vimlol.vim Ver fichero

@@ -55,6 +55,11 @@ au Syntax cpp
\ syn match cConstant
\ "\<\(F\|D\|LD\)_\(PI\|PI_[234]\|[12]_PI\|SQRT_[23]\|SQRT_1_2\)\>"

" Global keywords
au Syntax cpp
\ syn keyword cConstant
\ UNUSED ASSERT


"""
""" LolFx language handler


Cargando…
Cancelar
Guardar