sponsor Vim development Vim logo Vim Book Ad

XFST syntax file : Syntax file for Xerox Finite-State Tools grammars

 script karma  Rating 9/5, Downloaded by 737  Comments, bugs, improvements  Vim wiki

created by
Ondrej Dusek
 
script type
syntax
 
description
Provides basic syntax highlighting for Xerox Finite-State Tools (XFST) grammars (http://www.fsmbook.com/).
 
install details
Copy this file in the syntax/ subdirectory in your ~/.vim/ or vimfiles/ directory. The highlighting is then triggered with the ":set syntax=xfst" command.

If you want all files with the extension ".xfst" to be recognized automatically, put a filetype.vim file with the following contents in your ~/.vim/ or vimfiles/ directory:

augroup filetypedetect
au BufNewFile,BufRead *.xfst setf xfst
augroup END
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
xfst.vim 0.1.1 2011-05-05 7.0 Ondrej Dusek Corrected line endings for Unix (LF instead of CR/LF)
xfst.vim 0.1 2011-02-05 7.0 Ondrej Dusek Initial upload
ip used for rating: 18.225.31.159

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github