XFST syntax file : Syntax file for Xerox Finite-State Tools grammars
| script karma |
Rating 9/5,
Downloaded by 943 |
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 |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.130
|