Difference between revisions of "Vim"

From Apertium
Jump to navigation Jump to search
m (s/HFST/Xerox/g for lexc/twol always)
(5 intermediate revisions by 3 users not shown)
Line 2: Line 2:
   
 
It edits text.
 
It edits text.
  +
  +
==Editing XML (dix, transfer rules) in vim==
  +
http://www.pinkjuice.com/howto/vimxml/ is a nice guide to editing XML in vim
   
 
==Editing Xerox formats in vim==
 
==Editing Xerox formats in vim==
 
Various people have created lexc/twol syntax files for vim:
 
Various people have created lexc/twol syntax files for vim:
 
* https://github.com/arnsholt/proiel-morphology/tree/master/vim
 
* https://github.com/arnsholt/proiel-morphology/tree/master/vim
* https://github.com/flammie/dotfiles/tree/master/vim/syntax
+
* https://github.com/flammie/vim-finitestatemorphology (works with vundle as flammie/vim-finitestatemorphology)
  +
* https://github.com/jonorthwash/dotfiles/tree/master/vim
  +
  +
See also [[Apertium-specific conventions for lexc#Syntax highlighting and folding in vim]]
  +
  +
[[Category:Documentation in English]]

Revision as of 22:40, 18 June 2018

Vim is a text editor.

It edits text.

Editing XML (dix, transfer rules) in vim

http://www.pinkjuice.com/howto/vimxml/ is a nice guide to editing XML in vim

Editing Xerox formats in vim

Various people have created lexc/twol syntax files for vim:

See also Apertium-specific conventions for lexc#Syntax highlighting and folding in vim