From b0f17e10f79f33e6dd382dbb60ffd80a0caaf58d Mon Sep 17 00:00:00 2001 From: Stuart Rackham Date: Fri, 29 Aug 2008 10:32:09 +1200 Subject: Added IRC URLs to AsciiDoc inline macros. --- vim/syntax/asciidoc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/syntax/asciidoc.vim b/vim/syntax/asciidoc.vim index 9590336..e3817f8 100644 --- a/vim/syntax/asciidoc.vim +++ b/vim/syntax/asciidoc.vim @@ -30,7 +30,7 @@ syn match asciidocRuler /^'\{4,}$/ syn region asciidocLiteralParagraph start=/^\n[ \t]\+\(\([^-*. \t] \)\|\(\S\S\)\)/ end=/\(^+\?\s*$\)\@=/ syn match asciidocListBullet /^\s*[-*+]\s/ syn match asciidocListNumber /^\s*\(\(\d\+\.\)\|\.\{1,2}\|\(\l\.\)\)\s\+/ -syn match asciidocURL /\\\@\?[0-9A-Za-z_.]\@!/ syn match asciidocAttributeRef /\\\@