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: add "UNUSED" and "ASSERT" to our list of keywords.
undefined
Sam Hocevar
11 years ago
parent
cb62b52ce6
commit
2c2ea82f8f
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
tools/vimlol/vimlol.vim
+ 5
- 0
tools/vimlol/vimlol.vim
View File
@@ -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
Write
Preview
Loading…
Cancel
Save