Dashboard
PHP:
8.1.34
OS:
Linux
User:
uid288609
/
/
usr
/
share
/
vim
/
vim82
/
syntax
📤 Upload
📝 New File
📁 New Folder
Close
Editing: bsdl.vim
" Vim syntax file " Language: Boundary Scan Description Language (BSDL) " Maintainer: Daniel Kho <daniel.kho@logik.haus> " Last Changed: 2020 Mar 19 by Daniel Kho " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif " Read in VHDL syntax files runtime! syntax/vhdl.vim unlet b:current_syntax let b:current_syntax = "bsdl" " vim: ts=8
Save
Cancel