mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
8 lines
193 B
VimL
8 lines
193 B
VimL
|
" Vim syntax file
|
||
|
" Language: DocBook SGML
|
||
|
" Maintainer: Johannes Zellner <johannes@zellner.org>
|
||
|
" Last Change: Sam, 07 Sep 2002 17:20:46 CEST
|
||
|
|
||
|
let b:docbk_type="sgml"
|
||
|
runtime syntax/docbk.vim
|