From 114a93bb7c73443d4d0caf9bd9c1875bb96d9d62 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 23 Aug 2020 23:25:06 +0200 Subject: Migrate ftdetect generation to ruby --- syntax/tomdoc.vim | 22 ---------------------- syntax/xsl.vim | 2 +- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 syntax/tomdoc.vim (limited to 'syntax') diff --git a/syntax/tomdoc.vim b/syntax/tomdoc.vim deleted file mode 100644 index 34f3e270..00000000 --- a/syntax/tomdoc.vim +++ /dev/null @@ -1,22 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'tomdoc') == -1 - -syn keyword tomdocKeywords - \ Returns Yields Raises Examples Signature - \ containedin=.*Comment - \ contained - -syn match tomdocDescriptions - \ +\s*\(Public\|Internal\|Deprecated\):+he=e-1 - \ containedin=.*Comment - \ contained - -syn match tomdocArguments - \ +\s*[A-Za-z0-9_\-&\*:]*\(\s*- \)+he=e-3 - \ containedin=.*Comment - \ contained - -hi default link tomdocDescriptions String -hi default link tomdocKeywords String -hi default link tomdocArguments HELP - -endif diff --git a/syntax/xsl.vim b/syntax/xsl.vim index af423444..c24d978c 100644 --- a/syntax/xsl.vim +++ b/syntax/xsl.vim @@ -1,4 +1,4 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'xls') == -1 +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'xsl') == -1 " Vim syntax file " Language: XSLT 1.0 -- cgit v1.2.3