Mercurial > vim
view runtime/syntax/bsdl.vim @ 26395:fe4bc08c1e0b
Added tag v8.2.3728 for changeset 43d196ca5e7a9972c32c03c4af08f2d50023f8fc
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 03 Dec 2021 15:00:05 +0100 |
parents | bceeded72898 |
children |
line wrap: on
line source
" 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