Skip to content

Richard-Rogalski/vim-empyrion-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

vim-empyrion-syntax

Vim syntax file for empyrion galactic survival .ecf files
This for the most part doesn't have most of the syntax. It was tedious, but sometime soon I may finish this

Installation

Place ecf.vim into your vim syntax directory. To find where the file should be placed, run :echo expand('$VIM/vimfiles/syntax/ecf.vim') inside of vim and it will display the absolute directory of where to place it. On linux based systems, it is typically /usr/share/vim/vimfiles/syntax

if any folders are not present, create them

Use

For the syntax to work, you could either run :set syntax=ecf inside of vim every time you edit a .ecf file, or you could add the following to filetype.vim (in the same directory as the syntax folder)

au BufRead,BufNewFile *.ecf setfiletype ecf

if filetype.vim doesn't exist, then create it

About

Vim syntax file for empyrion's .ecf files

Topics

Resources

License

Stars

Watchers

Forks