aboutsummaryrefslogtreecommitdiffstats
path: root/shino
diff options
context:
space:
mode:
authorRenken <renken@shione.net>2022-08-09 21:03:55 +0200
committerRenken <renken@shione.net>2022-08-09 21:03:55 +0200
commit806772e6c16705ef654a9363c39a8e00c3449a18 (patch)
tree64ca764d2044f00c0bc0db545138898fd897b675 /shino
parentcddeb1e304fbf99fa29fe7518528dba0078e1131 (diff)
downloadshione-806772e6c16705ef654a9363c39a8e00c3449a18.tar.gz
shione-806772e6c16705ef654a9363c39a8e00c3449a18.zip
pkgs: vim: respect texinfo format
Diffstat (limited to 'shino')
-rw-r--r--shino/packages/vim.scm7
1 files changed, 4 insertions, 3 deletions
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)))