Skip to content

hkuplg/vim-f2j-highlight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

vim syntax highlight for f2j

Highlight the f2j code in Vim editor.

Usage

  1. Make sure Vim can idenfity the *.sf file type.

    find $VIMRUNTIME/filetype.vim

    add

    " f2j
    
    au BufNewFile,BufRead .*sf           setf f2j
    

    For more details, type :help filetype in vim.

  2. Put f2j.vim to $VIMRUNTIME/syntax/

About

Highlight f2j code in Vim editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%