From 07797b39851da045aa1bfd0289de0858a1377c48 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 18 Dec 2022 20:29:55 +0100 Subject: Switched to nvim and neovide --- syntax/univention-template.vim | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 syntax/univention-template.vim (limited to 'syntax') diff --git a/syntax/univention-template.vim b/syntax/univention-template.vim deleted file mode 100644 index f628762..0000000 --- a/syntax/univention-template.vim +++ /dev/null @@ -1,31 +0,0 @@ -" Vim syntax file -" Language: conf.python -" Maintainer: Max Christian Pohle -" Last Change: Jan 20, 2020 - -if exists("b:current_syntax") - finish -end - -let b:current_syntax = "univention-template" - -" embolden normal text to make it a little bit more present than normal python -highlight! Normal cterm=bold gui=bold - -" highlighting for univention config registry -syntax region Define matchgroup=Statement start=/@%@/ end=/@%@/ oneline - -unlet b:current_syntax -syntax include @PYTHON syntax/python.vim -syntax region inlinePython - \ matchgroup=Statement - \ start="@!@" end="@!@.*" - \ contains=@PYTHON - \ keepend fold extend -let b:current_syntax = "univention-template" - -syntax match Operator '[=;]' - -" TODO: further evaluation of: -" syntax region String start=/"/ end=/"/ -" syntax keyword Statement include -- cgit v1.2.3