summary refs log tree commit diff
path: root/home/.config/nvim/syntax/mdoc.vim
blob: d9d587f52ec582620edb05abb1181af9df4892ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
if exists("b:current_syntax")
	finish
endif

runtime! syntax/nroff.vim
unlet! b:current_syntax

setlocal sections+=ShSs
syntax match mdocBlank /^\.$/ conceal
setlocal conceallevel=2

let b:current_syntax = "mdoc"
019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML " escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe