summaryrefslogtreecommitdiffstats
path: root/runtime/makemenu.vim
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-11-14patch 9.0.2104: wast filetype should be replaced by wat filetypev9.0.2104rhysd
Problem: wast filetype should be replaced by wat filetype Solution: start using the official wat filetype name runtime: rename `wast` filetype to `wat` (Wasm text format) The problem is the name of the current filetype wast. When the plugin was initially created, the file extension for Wasm text format was not fixed and .wast was more popular. However, recently .wat became the official file extension for WebAssembly text (WAT) format and .wast is now a file extension for the unofficial WAST format, which is a superset of .wat for the convenience to describe the Wasm specification conformance tests. https://webassembly.js.org/docs/contrib-wat-vs-wast.html However for now, let's keep using the `wat` filetype even for the .wast extension, so that we at least do not lose the filetype settings and syntax highlighting. This can be adjusted later, if it turns out to have a separate need for. closes: #13533 Signed-off-by: rhysd <lin90162@yahoo.co.jp> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-10-16runtime: Fix more typos (#13354)Viktor Szépe
* Fix more typos * Fix typos in ignored runtime/ directory 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-13Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)Christian Brabandt
* Dedicate upcoming Vim 9.1 to Bram Also replace in a few more places Brams email address and mention new maintainers. * Remove Bram from any Maintainer role * runtime: Align Header * it's mailing list not mailinglist
2022-06-27patch 8.2.5172: "make menu" still uses legacy scriptv8.2.5172Bram Moolenaar
Problem: "make menu" still uses legacy script. Solution: make menu generation script use Vim9 script, fix errors.
2022-02-04Update runtime files; use compiled functionsBram Moolenaar
2019-12-19Update runtime files.Bram Moolenaar
2019-12-07patch 8.1.2408: syntax menu and build instructions outdatedv8.1.2408Bram Moolenaar
Problem: Syntax menu and build instructions outdated. Solution: Update build instructions and syntax menu.
2019-08-17Update runtime files.Bram Moolenaar
2019-07-13Update runtime filesBram Moolenaar
2018-05-17Vim 8.1 releasev8.1.0000Bram Moolenaar
Update version number and information. Fix a couple of tests.
2015-08-11Update runtime files.Bram Moolenaar
2013-07-28Update files for the 7.4b BETA release.v7.4b.000Bram Moolenaar
2013-07-06Vim 7.4a BETA release.v7.4aBram Moolenaar
2010-08-04Preparations for 7.3d release.Bram Moolenaar
2010-07-26Updated runtime files.Bram Moolenaar
2010-07-20Add a few items to the syntax menu. Split up long submenus.Bram Moolenaar
2008-07-13updated for version 7.2b-000v7.2b.000Bram Moolenaar
2008-06-25updated for version 7.2a-00v7.2a.00Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2007-05-05updated for version 7.1aBram Moolenaar
2006-04-27updated for version 7.0f03Bram Moolenaar
2006-04-21updated for version 7.0e05v7.0e05Bram Moolenaar
2006-04-18updated for version 7.0e02v7.0e02Bram Moolenaar
2006-04-16updated for version 7.0ev7.0eBram Moolenaar
2006-04-15updated for version 7.0d05Bram Moolenaar
2006-04-11updated for version 7.0d01v7.0d01Bram Moolenaar
2006-04-10updated for version 7.0dv7.0dBram Moolenaar
2006-04-07updated for version 7.0c12Bram Moolenaar
2006-03-28updated for version 7.0c02Bram Moolenaar
2006-03-26updated for version 7.0b02v7.0b02Bram Moolenaar
2006-03-25updated for version 7.0b01Bram Moolenaar
2006-03-24updated for version 7.0bBram Moolenaar
2006-03-23updated for version 7.0232Bram Moolenaar
2006-01-12updated for version 7.0179v7.0179Bram Moolenaar
2005-12-02updated for version 7.0162Bram Moolenaar
2004-12-19updated for version 7.0023v7.0023Bram Moolenaar
2004-12-09updated for version 7.0021v7.0021Bram Moolenaar
2004-09-13updated for version 7.0016v7.0016Bram Moolenaar
2004-09-02updated for version 7.0014Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar