Difference between revisions of "Vim"

From Apertium
Jump to navigation Jump to search
m
(One intermediate revision by one other user not shown)
Line 9: Line 9:
 
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
 
* https://github.com/jonorthwash/dotfiles/tree/master/vim
   
  +
See also [[Apertium-specific conventions for lexc#Syntax highlighting and folding in vim]]
See also http://wiki.apertium.org/wiki/Apertium-specific_conventions_for_lexc#Syntax_highlighting_in_vim
 
   
 
[[Category:Documentation in English]]
 
[[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