Explorar el Código

vimlol: colourise section headers in LolFx files.

legacy
Sam Hocevar sam hace 12 años
padre
commit
c3978d25b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tools/vimlol/vimlol.vim

+ 1
- 1
tools/vimlol/vimlol.vim Ver fichero

@@ -70,5 +70,5 @@ au BufRead,BufNewFile *.lolfx syn region cPreProc

" LolFx shader region
au BufRead,BufNewFile *.lolfx syn region cSpecial
\ start="^\s*\[[^]]*\(glsl\|hlsl\)]" end="$" removeend
\ start="^\s*\[[^\]]*\(glsl\|hlsl\)\]" end="$" contains=ALLBUT,@cPreProcGroup,@Spell


Cargando…
Cancelar
Guardar