John Benediktsson
|
dbd9873687
|
misc/vim: highlight numbers with leading "+" (e.g., "+12").
|
2013-03-16 13:50:09 -07:00 |
John Benediktsson
|
76e73cc446
|
vim: update syntax file for new kernel words.
|
2012-10-22 13:46:17 -07:00 |
John Benediktsson
|
3b94eb5fb7
|
Revert "core: >array, >byte-vector, >hashtable, >vector should be inline."
This reverts commit cd6026e70e.
|
2012-10-05 08:30:41 -07:00 |
John Benediktsson
|
cd6026e70e
|
core: >array, >byte-vector, >hashtable, >vector should be inline.
|
2012-09-28 19:31:14 -07:00 |
John Benediktsson
|
2a39d1793f
|
vim: fix ".1" to be float syntax highlighted.
|
2012-09-26 21:32:34 -07:00 |
John Benediktsson
|
aad98b8781
|
misc: fix syntax highlighting for MATH: generics.
|
2012-09-14 09:05:20 -07:00 |
John Benediktsson
|
ac4df295f0
|
misc: highlight TYPED: in vim.
|
2012-08-28 16:34:17 -07:00 |
John Benediktsson
|
5f32368380
|
misc: support new escapes in vim.
|
2012-07-26 19:24:52 -07:00 |
John Benediktsson
|
80822916a6
|
misc/vim: updating keywords for core vocabs.
|
2012-07-23 09:08:41 -07:00 |
John Benediktsson
|
ca4a2a7b7d
|
misc: update vim syntax file using ``generate-vim-syntax``.
|
2012-07-11 14:28:15 -07:00 |
John Benediktsson
|
227d861a93
|
vim: allow sign of exponent to be optional (e.g., "1e10" should be highlighted correctly).
|
2012-05-29 07:43:09 -07:00 |
John Benediktsson
|
8d17af6354
|
vim: fix float syntax highlighting of "1."
|
2012-05-28 20:48:15 -07:00 |
Joe Groff
|
2ff5e76690
|
let's pretend BIN: HEX: OCT: never happened
|
2011-11-23 19:22:37 -08:00 |
John Benediktsson
|
70d3adc20b
|
factor.vim: fix syntax highlight for exponentials (i.e. "1.5e10").
|
2011-09-21 19:29:56 -07:00 |
John Benediktsson
|
39a768d2f2
|
factor.vim: fix highlighting of negative ratios.
|
2011-09-10 21:08:37 -07:00 |
Joe Groff
|
2ffa74966f
|
misc/vim/syntax: highlight row variables in stack effects
|
2011-09-03 11:10:08 -07:00 |
yac
|
a6eda24bff
|
Improved stack effect highlighting in vim.
Delimiters and items in stack effect are highlighted separately, works on
call( -- ) and execute( -- ) too.
|
2011-06-23 21:01:35 +02:00 |
Keita Haga
|
0c68f3a3f8
|
misc/vim/syntax/factor.vim: merge two factorComment highlight groups together into one
|
2011-04-06 15:28:59 +09:00 |
Keita Haga
|
c7c64d1675
|
misc/vim/README.md: update filename
|
2011-04-05 12:37:10 +09:00 |
Keita Haga
|
138bf80c5e
|
misc/vim/ftplugin/factor.vim: add copyright header
|
2011-04-05 10:47:08 +09:00 |
Keita Haga
|
b594bd2cc3
|
misc/vim/syntax/factor.vim: fix factorCallQuotation, factorExecute match patterns
|
2011-04-05 04:03:17 +09:00 |
Keita Haga
|
67e1f47b8b
|
misc/vim/syntax/factor.vim: update comments
|
2011-04-05 03:45:34 +09:00 |
Keita Haga
|
23589d3c0e
|
misc/vim/syntax/factor.vim: re-fix factorStackEffect, factorLiteralStackEffect match
|
2011-04-05 03:42:47 +09:00 |
Keita Haga
|
62942fc3c7
|
misc/vim/syntax/factor.vim: add support for M\ syntax
|
2011-04-05 02:30:14 +09:00 |
Keita Haga
|
96716bc9ad
|
misc/factor.vim.fgen: update
|
2011-04-04 21:01:20 +09:00 |
Keita Haga
|
691bf385ac
|
misc/vim/ftplugin/factor.vim: add b:did_ftplugin at the top
|
2011-04-04 20:38:30 +09:00 |
Keita Haga
|
816b936f59
|
Rename misc/vim/ftplugin/factor_settings.vim to misc/vim/ftplugin/factor.vim
|
2011-04-04 20:34:43 +09:00 |
Keita Haga
|
823736c87f
|
misc/vim/syntax/factor.vim: workaround for factorHook match issue
|
2011-04-04 19:59:56 +09:00 |
Keita Haga
|
20e9bf845b
|
misc/vim/README.md: minor tweaks
|
2011-03-24 09:25:16 +09:00 |
Keita Haga
|
56aeb4044c
|
Replace misc/vim/README with misc/vim/README.md
|
2011-03-24 09:18:46 +09:00 |
Keita Haga
|
de395c238e
|
misc/vim/syntax/factor.vim: add 'display' argument to factorEscape highlight group
|
2011-03-21 06:54:15 +09:00 |
Keita Haga
|
863f5d8157
|
misc/vim/syntax/factor.vim: factorEscape cleanup
|
2011-03-21 05:37:00 +09:00 |
Keita Haga
|
5d2b52ba9b
|
misc/vim/syntax/factor.vim: add support for escape characters
|
2011-03-20 19:01:47 +09:00 |
Keita Haga
|
79ef2d1122
|
misc/vim/syntax/factor.vim: set 'shiftwidth' option in modeline
|
2011-03-20 16:12:24 +09:00 |
Keita Haga
|
5086c7ee42
|
misc/vim/plugin/factor.vim: remove trailing whitespace
|
2011-03-18 01:40:28 +09:00 |
Keita Haga
|
2ff52f2dfd
|
misc/vim/syntax/factor.vim: add support for 'ERROR: class slots...' syntax
|
2011-03-18 00:25:12 +09:00 |
Keita Haga
|
07741e360f
|
misc/vim/syntax/factor.vim: in factorShebang, add 'display' argument and switch to PreProc highlight group
|
2011-03-17 10:10:38 +09:00 |
Keita Haga
|
b586e7fc95
|
misc/vim/syntax/factor.vim: don't set 'shiftwidth', 'softtabstop', etc.
|
2011-03-17 09:32:49 +09:00 |
Keita Haga
|
0c5a5b03f3
|
misc/vim/syntax/factor.vim: fix indentation
|
2011-03-17 08:28:15 +09:00 |
Keita Haga
|
778f6b2e5f
|
misc/vim/syntax/factor.vim: swapping factorComment definition lines and contain @Spell in factorComment
|
2011-03-17 06:00:14 +09:00 |
Keita Haga
|
4a78fa0d27
|
misc/vim/syntax/factor.vim: highlight the shebang
|
2011-03-17 05:22:15 +09:00 |
Keita Haga
|
0874f70164
|
misc/vim/syntax/factor.vim: highlight factorCallQuotation, factorExecute, factorStackEffect, and factorLiteralStackEffect definitions correctly
|
2011-03-17 04:33:02 +09:00 |
Keita Haga
|
09d58f8683
|
misc/vim/syntax/factor.vim: fix factorRename match
|
2011-03-16 20:22:32 +09:00 |
Keita Haga
|
c19fdf4f7d
|
misc/vim/syntax/factor.vim: add support for 'execute( stack -- effect )' syntax
|
2011-03-15 01:27:13 +09:00 |
Keita Haga
|
de52f61fc3
|
misc/vim/syntax/factor.vim: factorFrySpecifier cleanup
|
2011-03-15 01:14:33 +09:00 |
Keita Haga
|
205c226218
|
misc/vim/syntax/factor.vim: fix factorStackEffect, factorLiteralStackEffect match patterns
|
2011-03-15 01:07:29 +09:00 |
Keita Haga
|
9c5a451800
|
misc/vim/syntax/factor.vim: add support for 'call( stack -- effect )' syntax
|
2011-03-15 00:58:52 +09:00 |
Keita Haga
|
1f7497a178
|
misc/vim/syntax/factor.vim: highlighting of 'call-next-method'
|
2011-03-15 00:41:22 +09:00 |
Keita Haga
|
1e33cb7bca
|
misc/vim/syntax/factor.vim: add support for INTERSECTION: syntax
|
2011-03-13 20:10:07 +09:00 |
Keita Haga
|
70ca51d0dc
|
misc/vim/syntax/factor.vim: add support for SLOT: syntax
|
2011-03-10 22:56:24 +09:00 |