Yuri-M-Dias / Franca.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Franca.vim

Syntax highlight and support to Franca IDL language and types for Vim.

A literal copy from the original repository to allow for more customization and easy install with Vim-Plug.

Object is to support autocomplete and syntax highlight for FIDL files, both *.fidl and *.fdepl

Install

Vim-Plug

Plug 'Yuri-M-Dias/Franca.vim'

Original

$ cp -rf fidl.vim ~/.vim/syntax/
$ mkdir ~/.vim/ftdetect
$ cp -rf ftdetect ~/.vim/ftdetect/fidl.vim

About


Languages

Language:Vim Script 100.0%