pkgs: vim: respect texinfo format

This commit is contained in:
Renken 2022-08-09 21:03:55 +02:00
parent cddeb1e304
commit 806772e6c1
Signed by: renken
GPG key ID: 1F2BB159B645E575

View file

@ -33,8 +33,9 @@
(inputs (list plantuml)) (inputs (list plantuml))
(description (description
"This is a vim syntax file for PlantUML.The filetype will be set to "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 plantuml for @code{*.pu}, @code{*.uml}, @code{*.puml}, @code{*.iuml} or
first line of a file contains @@startuml. Additionally the makeprg is set to @code{*.plantuml} files or if the first line of a file contains
plantuml assuming you have this executable in your path.") @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") (home-page "https://github.com/aklt/plantuml-syntax")
(license #f))) (license #f)))