factor/extra/editors/vim/generate-vim-syntax.factor

11 lines
208 B
Factor
Raw Normal View History

2007-09-20 18:09:08 -04:00
! Generate a new factor.vim file for syntax highlighting
REQUIRES: apps/http-server ;
IN: vim
USING: embedded io ;
"extras/factor.vim.fgen" resource-path
"extras/factor.vim" resource-path
embedded-convert