Mercurial > vim
view runtime/syntax/bsdl.vim @ 27761:a5c8bf8758c7
Added tag v8.2.4406 for changeset 010fa62d6fe2388544363d3b17ede8ff9dce9410
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 17 Feb 2022 12:30: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