15addb24dd
patch 9.1.0532: filetype: Cedar files not recognized
...
Problem: filetype: Cedar files not recognized
Solution: Detect '*.cedar' files as cedar filetype
(Riley Bruins)
References: https://github.com/cedar-policy
closes : #15148
Signed-off-by: Riley Bruins <ribru17@hotmail.com >
Signed-off-by: Doug Kearns <dougkearns@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-07-05 21:14:26 +02:00
2fbcc15cf9
runtime(terraform): Add filetype plugin for terraform
...
- Adds commentstring property for terraform
- Adds comments property for terraform
closes : #15144
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
Signed-off-by: Janno Tjarks <janno.tjarks@mailbox.org >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-07-04 11:46:05 +02:00
17e0a1969d
runtime(scheme): update runtime files
...
Add TODO highlighting, disable text-wrapping, add "define-library" to
lispwords on CHICKEN. Update MAINTAINERS.
closes : #15063
Signed-off-by: Evan Hanson <evhan@foldling.org >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-06-21 07:49:39 +02:00
6ccf6da7a2
runtime(gomod): add gomod filetype plugin
...
closes : #15060
Signed-off-by: yu-yk <yukkuen.yu@linktivity.co.jp >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-06-20 22:08:48 +02:00
1ce65e35ac
runtime(csv): include a simple csv filetype and syntax plugin
...
fixes : #15038
Signed-off-by: Maxim Kim <habamax@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-06-18 19:48:15 +02:00
26de90c631
runtime(nohlsearch): include the the simple nohlsearch package
...
fixes : #15039
closes : #15042
Signed-off-by: Maxim Kim <habamax@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-06-18 19:32:39 +02:00
82a579e15a
patch 9.1.0486: filetype: Snakemake files are not recognized
...
Problem: filetype: Snakemake files are not recognized
Solution: Detect '*.smk' and Snakefile files as snakemake filetype
(Riley Bruins)
See:
https://snakemake.readthedocs.io/en/stable/snakefiles/deployment.html#distribution-and-reproducibility
closes : #14992
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
Signed-off-by: Riley Bruins <ribru17@hotmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-06-14 20:47:05 +02:00
2d88210b3c
runtime(kdl): include syntax, indent and ftplugin files
...
closes : #14956
Co-authored-by: Aram Drevekenin <aram@poor.dev >
Signed-off-by: inzuo Jiang <jiangyinzuo@foxmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-06-10 21:13:56 +02:00
7e9a1a75b8
runtime(svelte): basic svelte ftplugin file
...
closes : #14949
Signed-off-by: Igor <igorlfs@ufmg.br >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-06-10 18:20:04 +02:00
0a0830624a
patch 9.1.0464: no whitespace padding in commentstring option in ftplugins
...
Problem: no whitespace padding in commentstring option in ftplugins
Solution: Change default to include whitespace padding, update
existing filetype plugins with the new default value
(Riley Bruins)
closes : #14843
Signed-off-by: Riley Bruins <ribru17@hotmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-06-03 20:40:45 +02:00
280e5b13ca
patch 9.1.0453: filetype: rasi files are not recognized
...
Problem: filetype: rasi files are not recognized
Solution: regonize '*.rasi' files as rasi filetype,
include a filetype and syntax plugin
(Pierrick Guillaume)
ported from: https://github.com/Fymyte/rasi.vim
closes : #14821
Signed-off-by: Pierrick Guillaume <pierguill@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-05-31 12:00:49 +02:00
5e45715084
runtime(typescript): update outdated syntax files
...
fixes : #14721
fixes : HerringtonDarkholme/yats.vim#277
closes : #14840
Signed-off-by: rhysd <lin90162@yahoo.co.jp >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-05-24 19:03:03 +02:00
35dfe58a54
patch 9.1.0442: hare runtime files outdated
...
Problem: hare runtime files outdated
Solution: runtime(hare): update hare.vim to match upstream
(Amelia Clarke)
closes : #14836
Signed-off-by: Amelia Clarke <selene@perilune.dev >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-05-24 08:05:00 +02:00
802fc04a78
runtime(rescript): include basic rescript ftplugin file ( #14822 )
...
Reference: https://rescript-lang.org/docs/manual/latest/overview#comments
Signed-off-by: Riley Bruins <ribru17@hotmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-05-22 16:49:17 +02:00
155583a5c3
patch 9.1.0425: filetype: purescript files are not recognized
...
Problem: filetype: purescript files are not recognized
Solution: recognize '*.purs' files as purescript filetype,
include basic purescript filetype plugin
(Riley Bruins)
Reference: https://github.com/purescript/documentation/blob/master/language/Syntax.md#comments
closes : #14813
Signed-off-by: Riley Bruins <ribru17@hotmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-05-20 14:21:53 +02:00
aa3104b07a
patch 9.1.0424: filetype: slint files are not recognized
...
Problem: filetype: slint files are not recognized
Solution: Detect '*.slint' files as slint filetype,
include basic sling filetype plugin
(Riley Bruins)
closes : #14808
Signed-off-by: Riley Bruins <ribru17@hotmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-05-20 14:20:09 +02:00
f295050fa5
runtime(nim): basic nim ftplugin file for comments ( #14812 )
...
Reference: https://nim-by-example.github.io/comments/#:~:text=Comments%20in%20Nim%20begin%20with%20the%20hash%20character.&text=Multiline%20or%20block%20comments%20begin,line%20comments%20can%20be%20nested .
Signed-off-by: Riley Bruins <ribru17@hotmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-05-20 14:16:17 +02:00
957d903cb7
runtime(arduino): Add Arduino ftplugin and indent files ( #14811 )
...
We already have Arduino syntax file, but we didn't have ftplugin and
indent files.
This commit adds a basic ftplugin file and a basic indent file.
Both of them are derived from {ftplugin,indent}/c.vim.
Signed-off-by: Ken Takata <kentkt@csc.jp >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-05-20 14:13:35 +02:00
c3d5c2fc87
runtime(typst): include basic typst ftplugin file ( #14809 )
...
Reference: https://typst.app/docs/reference/syntax/#comments
Signed-off-by: Riley Bruins <ribru17@hotmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-05-20 14:08:49 +02:00
9c4d14dbb4
runtime(prisma): include basic prisma ftplugin file ( #14807 )
...
Reference: https://www.prisma.io/docs/orm/prisma-schema/overview#comments
Signed-off-by: Riley Bruins <ribru17@hotmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-05-20 14:07:30 +02:00
1b5e3d21f6
runtime(v): include basic v ftplugin for comment support ( #14806 )
...
Signed-off-by: Riley Bruins <ribru17@hotmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-05-20 14:03:46 +02:00
5f1b115afd
patch 9.1.0421: filetype: hyprlang files are not recognized
...
Problem: filetype: hyprlang files are not recognized
Solution: recognize 'hypr{land,paper,idle,lock}.conf' files
as 'hyprlang' filetype, add hyprlang ftplugin
(Riley Bruins)
closes : #14803
Signed-off-by: Riley Bruins <ribru17@hotmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-05-19 11:26:44 +02:00
4d7892bfb1
runtime(dart): add basic dart ftplugin file
...
fixes #14793
closes #14802
Signed-off-by: Riley Bruins <ribru17@hotmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-05-19 09:31:46 +02:00
36e974fdf3
runtime(graphql): basic ftplugin file for graphql
...
closes : #14801
Signed-off-by: Riley Bruins <ribru17@hotmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-05-19 09:30:12 +02:00
cf78d0df51
runtime(sshdconfig): add basic ftplugin file for sshdconfig ( #14790 )
...
Signed-off-by: Yinzuo Jiang <jiangyinzuo@foxmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-05-17 18:39:24 +02:00
6a4ea471d2
patch 9.1.0396: filetype: jj files are not recognized
...
Problem: jj files are not recognized
Solution: recognize '*.jjdescription' files as jj filetype
(Gregory Anders)
See: https://github.com/martinvonz/jj
closes : #14733
Signed-off-by: Gregory Anders <greg@gpanders.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-05-08 20:17:43 +02:00
3ac83c7141
The CODEOWNERS File is not useful
...
Github is complaining about "This file has errors" and is just noisy
and for that reason does not ping maintainers if a new issue/PR is
created.
Let's just rename it to MAINTAINERS file instead and update the
documentation.
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-05-08 19:39:54 +02:00