erw7
|
e3806c600c
|
Fix numerical syntax
Fix an issue that is not highlighted when floating point suffix is
omitted in cases like 1exp+10.
|
2018-02-17 17:11:41 +09:00 |
|
erw7
|
c6c230b6fc
|
Change regular expression to more readable
|
2018-02-10 12:20:46 +09:00 |
|
erw7
|
43de5bb9a1
|
Fix numerical syntax
|
2018-02-03 18:34:25 +09:00 |
|
Zahary Karadjov
|
8167c50bd4
|
Add vtref and vtptr as keyworkds
|
2017-11-29 17:35:56 +02:00 |
|
zah
|
cf2464f819
|
Merge pull request #68 from unclechu/patch-3
added `echo` keyword
|
2017-10-08 22:43:04 +03:00 |
|
zah
|
921b6996cc
|
Merge pull request #70 from unclechu/patch-5
added keywords `chr` and `varargs`
|
2017-10-07 21:02:19 +03:00 |
|
zah
|
08815fe8e1
|
Merge branch 'master' into patch-3
|
2017-10-07 21:01:50 +03:00 |
|
Viacheslav Lotsmanov
|
1b094305a9
|
added keywords chr and varargs
also `openArray` with uppercase
|
2017-10-07 22:16:49 +05:00 |
|
Viacheslav Lotsmanov
|
df3c0ad89e
|
more lower-case builtin keywords
|
2017-10-07 22:08:41 +05:00 |
|
Viacheslav Lotsmanov
|
01f1f1e9ee
|
added echo keyword
|
2017-10-07 21:51:48 +05:00 |
|
zah
|
3569f68bc9
|
Merge pull request #67 from unclechu/patch-2
added `void` type keyword
|
2017-10-07 15:53:04 +03:00 |
|
Viacheslav Lotsmanov
|
22acd370fa
|
added void type keyword
|
2017-10-07 13:16:38 +05:00 |
|
Viacheslav Lotsmanov
|
bb4f890a15
|
added writeLine keyword
`writeLn` is deprecated now
|
2017-10-07 03:28:37 +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
|
- |
|