summaryrefslogtreecommitdiffstats
path: root/runtime/indent
AgeCommit message (Expand)Author
2024-06-16runtime(kdl): fix KdlIndent and kdlComment in indent script (#15019)Yinzuo Jiang
2024-06-11runtime(kdl): use shiftwidth() instead of &tabstop in indent scriptYinzuo Jiang
2024-06-10runtime(kdl): include syntax, indent and ftplugin filesinzuo Jiang
2024-05-26runtime(asm): remove the indent plugin since it has too many issuesChristian Brabandt
2024-05-24patch 9.1.0442: hare runtime files outdatedv9.1.0442Amelia Clarke
2024-05-20runtime(vb): update vb indent plugin as vim9scriptMichael Soyka
2024-05-20runtime(arduino): Add Arduino ftplugin and indent files (#14811)K.Takata
2024-05-01patch 9.1.0386: filetype: stylus files not recognizedv9.1.0386Philip H
2024-04-28runtime(asm): missing setlocal in indent plugin (#14658)Marc Sven Schulte
2024-04-25runtime(asm): fix undefined variable in indent pluginChristian Brabandt
2024-04-21runtime(astro): Add filetype, syntax and indent pluginPhilip H
2024-04-10runtime(asm): add basic indent supportWu, Zhenyu
2024-03-26runtime(json5): add basic indent support (#14298)Rocco Mao
2024-03-16runtime(indent-test): MS-Windows: Add Makefile for running indent testsRestorerZ
2024-02-29runtime(yaml): disable multiline_scalar detection by defaultChristian Brabandt
2024-02-19runtime(misc): announce adoption of various runtime filesChristian Brabandt
2024-02-09runtime(vim): Fix indent after line with literal dictAndrew Radev
2024-01-31runtime(racket): add missing space to b:undo_indent var (#13945)D. Ben Knoble
2024-01-30runtime(racket): undo some indent options only when vim9script is available (...D. Ben Knoble
2024-01-23runtime(qml): Use shiftwidth() in indent plugin (#13908)dkearns
2024-01-16runtime(odin): include ftplugin, syntax and indent script (#13867)Maxim Kim
2023-12-28runtime(cucumber): Updates to indent and syntaxTim Pope
2023-12-28runtime(sass): Provide sass_recommended_style optionTim Pope
2023-12-27runtime(context): update ConTeXt keywords and other minor fixes (#13778)Lifepillar
2023-12-25runtime(r): Update R runtime files and docs (#13757)Jakson Alves de Aquino
2023-12-23Runtime(fortran): updates to indent, syntax and ftplugin (#13752)Ajit-Thakkar
2023-12-16runtime(racket): update Racket runtime files (#13693)D. Ben Knoble
2023-12-14runtime(cmake): sync runtime files with upstream (#13597)Eisuke Kawashima
2023-12-05runtime(fortran): update syntax and ftpluginsAjit-Thakkar
2023-11-25runtime(tsx): add indentation plugin (fixes #13574) (#13576)Jōshin
2023-11-14patch 9.0.2104: wast filetype should be replaced by wat filetypev9.0.2104rhysd
2023-10-16runtime: Fix more typos (#13354)Viktor Szépe
2023-09-17runtime(kotlin): Add Kotlin runtime files (#13110)dkearns
2023-09-12runtime(rust): sync rust runtime files with upstream (#13075)Gregory Anders
2023-09-08runtime(perl): Update ftplugin and indent files (#13052)dkearns
2023-09-04runtime(php): Update the php indent script to the 1.75 (from 1.70) (#13025)John Wellesz
2023-09-01runtime(ruby): Update syntax, indent and ftplugin filesDoug Kearns
2023-08-28runtime: Set b:undo_indent where missing (#12944)dkearns
2023-08-23runtime: Remove Brams name from a few more runtime files (#12780)Christian Brabandt
2023-08-23runtime: Fix typos in various filesViktor Szépe
2023-08-22runtime(solidity): add new ftplugin (#12877)dkearns
2023-08-20runtime(lua): fix lua indentation of non-lowercase "keywords" (#11759)beardedsakimonkey
2023-08-20runtime(lua): indent curly bracket followed by line comment (#12306)champignoom
2023-08-20runtime(rust): fix rust indent (#12542)Raphael
2023-08-20patch 9.0.1766: Runtime: Missing QML supportv9.0.1766ChaseKnowlden
2023-08-13runtime: Remove Brams email in indent/README.txtChristian Brabandt
2023-08-13runtime: Add a few more remarks about Bram and new runtime filesChristian Brabandt
2023-08-13Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)Christian Brabandt
2023-08-10Updated runtime filesv9.0.1683Christian Brabandt
2023-05-26patch 9.0.1580: CI: indent test hangs on FreeBSDv9.0.1580ichizok