Mercurial > vim
view runtime/syntax/bsdl.vim @ 27337:65bdfff0b00a
Added tag v8.2.4196 for changeset 9ef98290c41ae19ae8fdd41c5990198d8c25dc51
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 23 Jan 2022 18:15:04 +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