Difference between revisions of "Vim"

From Apertium
Jump to navigation Jump to search
(Created page with "Vim is a text editor. It edits text. ==Editing HFST formats in vim== Various people have created lexc/twol syntax files for vim: * https://github.com/arnsholt/proiel-morpho...")
 
(6 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
It edits text.
 
It edits text.
   
==Editing HFST formats in vim==
+
==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:
 
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