This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
vimlol: fix typo.
legacy
Sam Hocevar
sam
11 years ago
parent
96e26a2bd5
commit
62fae5dedb
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
tools/vimlol/vimlol.vim
+ 2
- 2
tools/vimlol/vimlol.vim
View File
@@ -42,8 +42,8 @@ au Syntax cpp
" More GLSL-like types from the Lol Engine
au Syntax cpp
\ syn keyword cType
\ box2 dbox2 i
vec2 uvec
2
\ box3 dbox3 i
vec3 uvec
3
\ box2 dbox2 i
box2 ubox
2
\ box3 dbox3 i
box3 ubox
3
" Ensure we know about nullptr
au Syntax cpp
Write
Preview
Loading…
Cancel
Save