From 806772e6c16705ef654a9363c39a8e00c3449a18 Mon Sep 17 00:00:00 2001 From: Renken Date: Tue, 9 Aug 2022 21:03:55 +0200 Subject: pkgs: vim: respect texinfo format --- shino/packages/vim.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'shino') diff --git a/shino/packages/vim.scm b/shino/packages/vim.scm index 6090dcf..fb428f1 100644 --- a/shino/packages/vim.scm +++ b/shino/packages/vim.scm @@ -33,8 +33,9 @@ (inputs (list plantuml)) (description "This is a vim syntax file for PlantUML.The filetype will be set to -plantuml for *.pu, *.uml, *.puml, *.iuml or *.plantuml files or if the -first line of a file contains @@startuml. Additionally the makeprg is set to -plantuml assuming you have this executable in your path.") +plantuml for @code{*.pu}, @code{*.uml}, @code{*.puml}, @code{*.iuml} or +@code{*.plantuml} files or if the first line of a file contains +@code{@@startuml}. Additionally the makeprg is set to plantuml assuming you +have this executable in your path.") (home-page "https://github.com/aklt/plantuml-syntax") (license #f))) -- cgit v1.2.3