Ver código fonte

vimlol: colourise section headers in LolFx files.

legacy
Sam Hocevar sam 12 anos atrás
pai
commit
c3978d25b7
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      tools/vimlol/vimlol.vim

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

@@ -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


Carregando…
Cancelar
Salvar