pkgs: vim: respect texinfo format
This commit is contained in:
parent
cddeb1e304
commit
806772e6c1
1 changed files with 4 additions and 3 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue