view runtime/syntax/bsdl.vim @ 22249:ef6c936e63fb

Added tag v8.2.1673 for changeset 80a000b09cb0982afe2550c140e3d17e859296fc
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Sep 2020 23:00: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