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 |
Keita Haga
|
a7bec17133
|
misc/vim/syntax/factor.vim: highlighting of breakpoint
|
2011-03-10 20:32:11 +09:00 |
Keita Haga
|
8769fe02e2
|
misc/vim/syntax/factor.vim: add support for UNION: syntax
|
2011-03-10 20:22:44 +09:00 |
Keita Haga
|
99204a9fe8
|
misc/vim/syntax/factor.vim: update "To run"
|
2011-03-10 19:37:36 +09:00 |
Keita Haga
|
a6eef132fa
|
misc/vim/syntax/factor.vim: add support for SYMBOLS: syntax
|
2011-03-10 19:30:42 +09:00 |
Keita Haga
|
ebc55f8251
|
misc/vim/syntax/factor.vim: add support for RENAME: syntax
|
2011-03-10 02:31:08 +09:00 |
Keita Haga
|
7bc1a54ba7
|
misc/vim/syntax/factor.vim: add support for EXCLUDE: syntax
|
2011-03-10 02:26:28 +09:00 |
Keita Haga
|
3a65ddfc25
|
misc/vim/syntax/factor.vim: rename factorFryDirective to factorFrySpecifier
|
2011-03-10 00:30:07 +09:00 |
Keita Haga
|
e965f5aca1
|
misc/vim/syntax/factor.vim: add support for ALIAS: syntax
|
2011-03-10 00:20:50 +09:00 |
Keita Haga
|
463bcfac06
|
misc/vim/syntax/factor.vim: a few minor changes:
- delete first line
- rename factorCompileDirective to factorDeclaration
- support for more declarations
|
2011-03-09 23:22:36 +09:00 |
Keita Haga
|
ba6629cbee
|
misc/vim/syntax/factor.vim: capitalize the first letter of "Language" header line
|
2011-03-09 20:34:00 +09:00 |
Keita Haga
|
da3951f979
|
misc/vim/syntax/factor.vim: improve factorComment match
|
2011-03-05 19:58:58 +09:00 |
Joe Groff
|
06f51bc67e
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-01-24 12:48:17 -08:00 |
Doug Coleman
|
8ae200d419
|
Rename accumulator to collector, pusher to selector
|
2010-01-22 15:00:53 -06:00 |
Joe Groff
|
5a32101cdc
|
generalize vim syntax highlighting for SBUF" " to any syntax word ending in "
|
2010-01-21 11:13:34 -08:00 |
Philipp Brüschweiler
|
2b2bdc70c3
|
misc: update factor.vim and it's template
|
2010-01-20 16:57:24 +01:00 |
Doug Coleman
|
1ee8c8f5eb
|
sigma -> map-sum
|
2009-10-29 14:34:04 -05:00 |
Doug Coleman
|
b5fd809209
|
memq? -> member-eq?, sorted-memq? -> sorted-member-eq?
|
2009-10-28 15:02:00 -05:00 |
Doug Coleman
|
82992f6dd4
|
reverse-here -> reverse!
|
2009-10-28 14:40:15 -05:00 |
Slava Pestov
|
ba37429563
|
filter-here -> filter!
|
2009-10-28 00:44:05 -05:00 |
Slava Pestov
|
03e70d1aa9
|
remq -> remove-eq, delq -> remove-eq!
|
2009-10-28 00:23:08 -05:00 |
Slava Pestov
|
503b53be5b
|
remove unused and really confusing remove-all word
|
2009-10-27 23:45:03 -05:00 |
Slava Pestov
|
b8a51c7eb0
|
delete-nth -> remove-nth!
|
2009-10-27 23:41:57 -05:00 |
Slava Pestov
|
34d3d4962a
|
change-each -> map!, deep-change-each -> deep-map!
|
2009-10-27 22:32:56 -05:00 |
Joe Groff
|
d24e0ed54c
|
vim: highlight $ and $[ ]
|
2009-10-15 20:44:59 -05:00 |
Joe Groff
|
b4e15d5f70
|
vim: highlight @ and _, don't highlight things that aren't special anymore
|
2009-10-01 22:42:28 -05:00 |
Joe Groff
|
985ce92e44
|
improve vim highlighting of 1+2/3 ratios, 1/3. float ratios, HEX: 1.2p3 hex floats, 1,234 number literals with commas, NAN: xxx literals, and ALIEN: xxx hex literals
|
2009-09-29 12:25:55 -05:00 |
Joe Groff
|
fb51cc4511
|
vim: highlight anything that looks like "text{ }" as an array
|
2009-09-28 22:58:20 -05:00 |
Joe Groff
|
b0fa312684
|
vim: now highlighting more """ strings in more places!
|
2009-09-28 10:59:45 -05:00 |
Joe Groff
|
b8b5696429
|
adjust vim string syntax highlighting to match doug's changes for multiline and """ strings
|
2009-09-27 20:10:33 -05:00 |
Joe Groff
|
aa34c566f3
|
add vim syntax highlighting for ALIAS:, QUALIFIED:, QUALIFIED-WITH:, and FROM:. fix highlighting for empty comment at end of line
|
2009-09-27 14:04:39 -05:00 |
Joe Groff
|
b2894b37d2
|
fix vim syntax highlighting when a word contains square brackets, and add highlighting for STRUCT:
|
2009-09-27 12:33:23 -05:00 |
Joe Groff
|
132527ffcf
|
add some keyboard shortcuts to vim plugin
|
2009-09-20 23:10:54 -05:00 |
Joe Groff
|
30df324e5f
|
add a :NewFactorVocab command to vim plugin
|
2009-09-13 15:36:43 -05:00 |
Joe Groff
|
d0ad2994b8
|
improve :FactorVocab completion
|
2009-09-10 23:15:24 -04:00 |
Joe Groff
|
4625752e74
|
update misc/vim/README
|
2009-09-10 22:55:29 -04:00 |
Joe Groff
|
31d2a6db0d
|
only set vim plugin global variables if they haven't yet been set, so they can be configured from vimrc
|
2009-09-10 22:55:17 -04:00 |
Joe Groff
|
748a3e0959
|
groom default vim settings for general use
|
2009-09-10 21:27:15 -04:00 |
Joe Groff
|
a14df0c955
|
completion for :FactorVocab vim function
|
2009-09-10 20:24:56 -05:00 |
Joe Groff
|
ce43b4bf4e
|
vim plugin for factor, with shortcuts for opening vocabs and switching between implementation, docs, and tests
|
2009-09-10 18:41:36 -05:00 |
Doug Coleman
|
7c3824639e
|
move if-zero etc to math, remove 1-/1+ from math
|
2009-08-14 14:27:23 -05:00 |
Philipp Brüschweiler
|
3dc33b67a9
|
various doc fixes
|
2009-08-11 16:58:47 +02:00 |
Doug Coleman
|
5cfc1ab16d
|
remove at-default. it was hardly used and it's just '?at drop'
|
2009-05-24 21:46:59 -05:00 |