Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.01 KB

vim-xdc-syntax

Syntax highlighting for Xilinx Design Constraints

Installation

*Assuming [VIM_ROOT] is ~/.vim (on *nix) or ~/vimfiles (on Windows)

This syntax file requires Vim 7 or higher and is made up of 2 files:

ftdetect/xdc.vim
syntax/xdc.vim

Classic Install

  • Extract the zip contents to your [VIM_ROOT]

Vundle Install

  • Add "Bundle 'vim-xdc-syntax'" to your vimrc

Pathogen Install

  1. Navigate to your [VIM_ROOT]/bundle directory
  2. git clone https://github.com/amal-khailtash/vim-xdc-syntax.git

References

Bitdeli Badge