Commit graph

27 commits

Author SHA1 Message Date
Viacheslav Lotsmanov
22acd370fa added void type keyword 2017-10-07 13:16:38 +05:00
Zahary Karadjov
10018be367 remove some obsolete system procs 2016-05-19 19:39:06 +03:00
zah
bb7ee4d969 Merge pull request #46 from Perelandric/writeln_to_writeLine
Highlights new names from recent renamings
2016-05-19 19:36:59 +03:00
zah
d72da053ce Merge pull request #42 from rhysd/highlight-result
Added highlight for special variable 'result'
2016-05-19 19:36:21 +03:00
def
91673015d4 Update keywords and add new comment syntax 2016-01-29 00:09:15 +01:00
patrick dw
36fbc8a251 Highlights new names from recent renamings 2015-06-20 12:12:14 -05:00
rhysd
db7f06b431 Add highlight for special variable 'result' 2015-05-23 17:52:11 +09:00
Benjamin Gorman
14a9a9d3d8 modify number matching regex to fix issue #26 2015-01-02 03:19:50 +00:00
Zahary Karadjov
05fdf7eac6 some final Nimrod to Nim renames 2014-09-04 22:53:02 +03:00
Zahary Karadjov
6b9264fb84 Merge branch 'master' of github.com:zah/nimrod.vim 2014-09-04 22:47:57 +03:00
Zahary Karadjov
8d2db427b4 more renames 2014-09-04 22:47:42 +03:00
Grzegorz Adam Hankiewicz
b71a49f219 Adds missing exceptions for highlighting. 2014-08-05 18:32:23 +02:00
Zahary Karadjov
e27dd52829 move expandtab to the ftplugin for more consistency 2014-03-06 11:35:47 +02:00
flaviut
02b735ae7c Make tabs automaticly turn into spaces 2014-03-05 17:56:54 -05:00
Zahary Karadjov
d2f05bc1a6 fixes #17 2013-12-09 23:45:56 +02:00
Davide D'Agostino
53bf9e840d Added all ctypes 2013-07-30 01:47:45 -07:00
Grzegorz Adam Hankiewicz
1d7ceef137 Updates keyword list using nimrod's doc/keywords.txt. 2013-07-14 22:22:00 +02:00
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 -