summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
AgeCommit message (Collapse)Author
2024-01-05patch 9.1.0013: Modula2 filetype support lackingv9.1.0013Doug Kearns
Problem: Modula2 filetype support lacking Solution: Improve the Modula-2 runtime support, add additional modula2 dialects, add compiler plugin, update syntax highlighting, include syntax tests, update Makefiles (Doug Kearns) closes: #6796 closes: #8115 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Benjamin Kowarsch <trijezdci@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-12-10runtime(json): Add json formating plugin (Issue #11426) (#11506)Maxim Kim
related: #11426 Signed-off-by: Maxim Kim <habamax@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-12-04patch 9.0.2148: Vim does not detect pacman.log filev9.0.2148Ronan Pigott
Problem: Vim does not detect pacman.log file Solution: Detect pacmanlogs and add syntax highlighting pacman.log is a filetype common to Arch Liux and related distributions. Add some simple syntax highlighting for the pacmanlog filetype. closes: #13618 Signed-off-by: Ronan Pigott <ronan@rjp.ie> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-11-25patch 9.0.2128: runtime(swig): add syntax and filetype pluginsv9.0.2128Julien Marrec
Add syntax and filetype plugins for SWIG (Simplified Wrapper Interface Generator) description files. The default syntax for .i files highlights comments in a reverse color scheme which doesn't look well. This syntax builds on vim's c++ syntax by adding highlighting for common swig directives and user defined directives. For an alternative syntax, see vimscript #1247 (which I found after writing this). closes: #13562 Co-authored-by: Matěj Cepl <mcepl@cepl.eu> Co-authored-by: Julien Marrec <julien.marrec@gmail.com> Signed-off-by: Julien Marrec <julien.marrec@gmail.com> Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-11-11patch 9.0.2098: No filetype support for xcompose filesv9.0.2098ObserverOfTime
Problem: No filetype support for xcompose files Solution: Add filetype detection closes: #13508 Signed-off-by: ObserverOfTime <chronobserver@disroot.org> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-10-26runtime(debian): update debian related runtime files (#13423)James McCoy
* Update Debian runtime files Add mantic as a supported Ubuntu release and move buster/kinetic to unsupported. Add syntax highlighting for deb822sources filetype. Add debsources ftplugin to set relevant comment options. Move common version information to shared/debversions.vim Closes #11934 Co-authored-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Co-authored-by: James Addison <jay@jp-hosting.net> Co-authored-by: Viktor Szépe <viktor@szepe.net> Signed-off-by: James McCoy <jamessan@jamessan.com> * Add myself as codeowner for Debian-related runtime files Signed-off-by: James McCoy <jamessan@jamessan.com> --------- Signed-off-by: James McCoy <jamessan@jamessan.com> Co-authored-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Co-authored-by: James Addison <jay@jp-hosting.net> Co-authored-by: Viktor Szépe <viktor@szepe.net> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-10-19runtime(json5): Add new ftplugin (#13385)dkearns
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-09-17runtime(kotlin): Add Kotlin runtime files (#13110)dkearns
Closes udalov/kotlin-vim#39 Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-09-01runtime(zserio): add zserio syntax (#13005)Dominique Pellé
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-31runtime(forth): Update syntax and ftplugin files (#12976)dkearns
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-28runtime: Set b:undo_ftplugin where missing (#12943)dkearns
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-23Codeowners: add KBelabas for runtime/syntax/gp.vim (#12898)Karim Belabas
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-22runtime(solidity): add new ftplugin (#12877)dkearns
Set undo_{ftplugin,indent} closes #11240 Co-authored-by: cothi <jiungdev@gmail.com>
2023-08-20patch 9.0.1766: Runtime: Missing QML supportv9.0.1766ChaseKnowlden
Problem: Runtime: Missing QML support Solution: Add QML support to Vim closes: #12810 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: ChaseKnowlden <haroldknowlden@gmail.com>
2023-08-19Runtime: add new sed ftplugin (#12843)dkearns
2023-08-13Add syntax & ftplugin for pymanifest (#12773)ObserverOfTime
2023-08-11Update CODEOWNERS (#12760)dkearns
2023-05-14Update runtime filesBram Moolenaar
2023-04-22Update runtime filesBram Moolenaar
2023-01-09Update runtime filesBram Moolenaar
2022-12-31Update runtime filesBram Moolenaar
2022-12-11Update runtime filesBram Moolenaar
2022-11-09Update runtime filesBram Moolenaar
2022-10-28Update runtime filesBram Moolenaar
2022-10-16Update runtime filesBram Moolenaar
2022-09-27Update runtime filesBram Moolenaar
2022-09-18Update runtime filesBram Moolenaar
2022-09-10Update runtime filesBram Moolenaar
2022-08-30Update runtime filesBram Moolenaar
2022-08-08Update runtime filesBram Moolenaar
2022-08-01Update runtime filesBram Moolenaar
2022-07-25Update runtime filesBram Moolenaar
2022-07-01Update runtime filesBram Moolenaar
2022-06-27Update runtime filesBram Moolenaar
2022-06-17Update runtime filesBram Moolenaar
2022-06-14Update runtime filesBram Moolenaar
2022-06-03Update runtime filesBram Moolenaar
2022-05-21Update runtime files.Bram Moolenaar
2022-05-14Update runtime files, new color schemesBram Moolenaar
2022-05-07Update runtime filesBram Moolenaar
2022-01-29Update runtime filesBram Moolenaar
2021-12-16Update runtime filesBram Moolenaar
2021-11-21Update runtime filesBram Moolenaar
2021-11-16Update runtime filesBram Moolenaar
2021-11-07Update runtime filesBram Moolenaar
2021-10-23Update runtime filesBram Moolenaar
2021-10-16Update runtime filesBram Moolenaar
2021-10-04Update runtime filesBram Moolenaar
2021-09-09Update runtime filesBram Moolenaar
2021-07-28Update runtime filesBram Moolenaar