Commit graph

10 commits

Author SHA1 Message Date
Grzegorz Adam Hankiewicz
00ee58f98b Adds more exceptions as keywords. 2013-02-01 13:33:31 +01:00
Zahary Karadjov
b26c3696e9 syntax updates for unsigned integers 2012-06-14 14:35:24 +03:00
Zahary Karadjov
f8ac24360f support for int and float literals like 42'i32 2011-12-15 15:17:58 +02:00
Zahary Karadjov
d70493af95 macros and templates are higlighted as procs 2011-11-04 17:39:01 +02:00
Zahary Karadjov
bc5515054e any tab in nimrod code is displayed as error 2011-08-27 23:31:26 +03:00
Zahary Karadjov
d92a73496f more up-to-date list of nimrod keywords and proper handling of multi-line strings 2011-08-27 19:44:08 +03:00
Kearn Holliday
932641228a Version 1.1@2: hopefully this one actually works now, removed pesky ^M chars -
Kearn Holliday
5f5acb188f Version 1.1@1: removed single quotes matching for strings -
Kearn Holliday
cad681bca4 Version 1.1
the builtin 'contains' was was conflicting with a vim reserved word, fixed by changing to 'syn match'
-
Kearn Holliday
7e95c4cdaa Version 1.0: Initial upload -