diff options
Diffstat (limited to 'shino')
-rw-r--r-- | shino/packages/vim.scm | 7 |
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))) |