Mercurial > vim
view runtime/syntax/bsdl.vim @ 25255:8f392278ef69
Added tag v8.2.3163 for changeset 5127844b909b04ecd70ff7e19081e34722e081cc
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 15 Jul 2021 13:15:04 +0200 |
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