summaryrefslogtreecommitdiff
path: root/uvim/runtime/syntax/tt2html.mnv
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-04 12:41:27 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-04 12:41:27 +0300
commit4f2d36194b4f299aa7509d815c07121039ea833b (patch)
treef3ded014bad3a4c76ff6a22b8726ebaab68c3d13 /uvim/runtime/syntax/tt2html.mnv
parent5b578e70c314723a3cde5c9bfc2be0bf1dadc93b (diff)
downloadProject-Tick-4f2d36194b4f299aa7509d815c07121039ea833b.tar.gz
Project-Tick-4f2d36194b4f299aa7509d815c07121039ea833b.zip
NOISSUE change uvim folder name to mnv
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'uvim/runtime/syntax/tt2html.mnv')
-rw-r--r--uvim/runtime/syntax/tt2html.mnv22
1 files changed, 0 insertions, 22 deletions
diff --git a/uvim/runtime/syntax/tt2html.mnv b/uvim/runtime/syntax/tt2html.mnv
deleted file mode 100644
index af267ba045..0000000000
--- a/uvim/runtime/syntax/tt2html.mnv
+++ /dev/null
@@ -1,22 +0,0 @@
-" MNV syntax file
-" Language: TT2 embedded with HTML
-" Maintainer: mnv-perl <mnv-perl@googlegroups.com> (need to be subscribed to post)
-" Author: Moriki, Atsushi <4woods+mnv@gmail.com>
-" Homepage: https://github.com/mnv-perl/mnv-perl
-" Bugs/requests: https://github.com/mnv-perl/mnv-perl/issues
-" License: MNV License (see :help license)
-" Last Change: 2018 Mar 28
-
-if exists("b:current_syntax")
- finish
-endif
-
-runtime! syntax/html.mnv
-unlet b:current_syntax
-
-runtime! syntax/tt2.mnv
-unlet b:current_syntax
-
-syn cluster htmlPreProc add=@tt2_top_cluster
-
-let b:current_syntax = "tt2html"