소스 검색

vimlol: pretend lolfx files are C++ so that Vim highlights them until we

get a proper syntax file.
legacy
Sam Hocevar sam 12 년 전
부모
커밋
675797faf8
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      tools/vimlol/vimlol.vim

+ 5
- 0
tools/vimlol/vimlol.vim 파일 보기

@@ -33,3 +33,8 @@ au Syntax cpp syn keyword cType rvec2 rcmplx rvec3 rvec4 rquat rmat2 rmat3 rmat4
au Syntax cpp syn keyword cType int2 int3 int4 int2x2 int3x3 int4x4
au Syntax cpp syn keyword cType float2 float3 float4 float2x2 float3x3 float4x4

""
"" For now, pretend .lolfx is C++
""
au BufRead,BufNewFile *.lolfx let b:current_syntax = "cpp"


불러오는 중...
취소
저장