Author: coke Date: Wed Jan 9 17:13:33 2008 New Revision: 24713 Modified: trunk/languages/lolcode/t/00-sanity.t trunk/languages/lolcode/t/01-vars.t trunk/languages/lolcode/t/02-functions.t trunk/languages/lolcode/t/03-if.t
Log: [lolcode] RT #49584 - tell vi these are lolcode files; http://lolcode.com/implementations/vim-syntax-highlight Courtesy sjansen++ Modified: trunk/languages/lolcode/t/00-sanity.t ============================================================================== --- trunk/languages/lolcode/t/00-sanity.t (original) +++ trunk/languages/lolcode/t/00-sanity.t Wed Jan 9 17:13:33 2008 @@ -14,4 +14,6 @@ VISIBLE "o" ! VISIBLE "k 4" + + BTW vim: set filetype=lolcode : KTHXBYE Modified: trunk/languages/lolcode/t/01-vars.t ============================================================================== --- trunk/languages/lolcode/t/01-vars.t (original) +++ trunk/languages/lolcode/t/01-vars.t Wed Jan 9 17:13:33 2008 @@ -20,4 +20,5 @@ I HAS A ANY ITZ "ok 4" VISIBLE ANY + BTW vim: set filetype=lolcode : KTHXBYE Modified: trunk/languages/lolcode/t/02-functions.t ============================================================================== --- trunk/languages/lolcode/t/02-functions.t (original) +++ trunk/languages/lolcode/t/02-functions.t Wed Jan 9 17:13:33 2008 @@ -6,4 +6,6 @@ IF U SAY SO foo + + BTW vim: set filetype=lolcode : KTHXBYE Modified: trunk/languages/lolcode/t/03-if.t ============================================================================== --- trunk/languages/lolcode/t/03-if.t (original) +++ trunk/languages/lolcode/t/03-if.t Wed Jan 9 17:13:33 2008 @@ -29,4 +29,5 @@ VISIBLE "nok 3" OIC + BTW vim: set filetype=lolcode : KTHXBYE