Thanks for the git/github instructions! - Worked well. :-) I deposited information and updated files at http://algol68.gridbug.de/ for inclusion. The files I uploaded are:
* The file with the Genie/Algol 68 identifiers for incorporation in the test environment http://algol68.gridbug.de/all_preludes.txt * The file I retrieved today from github/vim with the recent changes from Doug http://algol68.gridbug.de/algol68_doug.vim * The complete algol68.vim file I tested with all changes to fix the observed issues http://algol68.gridbug.de/algol68_test.vim * The diff-file between the previous two files containing only the necessary changes http://algol68.gridbug.de/algol68.vim.diff If there's anything else you need please let me know. - Thanks! Janis ________________________________________ Von: [email protected] <[email protected]> im Auftrag von Christian Brabandt <[email protected]> Gesendet: Mittwoch, 8. April 2026 17:22 An: [email protected] Betreff: Re: [vim/vim] runtime(algol68): Add new syntax file and filetype detection (PR #19818) On Mi, 08 Apr 2026, Janis Papanagnou wrote: > Hi Christian and Doug, > > thanks for your quick replies! > > I've just extracted all the ~2500+ keywords (including context duplicates) > from the Algol 68 Genie sources and visually inspected the highlighting. > There's some things I saw that need a fix. > I'm going to fix the missing matches and provide you then with the files > containing the keywords and information about the necessary changes > in the syntax file. - I hope that's okay for you to work with. > > BTW, it would be good to be able to work on the version that Doug had > checked in and modified, but I don't know how to get the last version of > the changed source file from github/vim. Hints are welcome. - Thanks. Hi Janis, if you go to the PR from Doug https://github.com/vim/vim/pull/19818 and click on the "Files Changed" Tab and then on the file you are interested, so runtime/syntax/algol68.vim you should reach a link like this: https://github.com/vim/vim/pull/19818/changes#diff-32e6cd4c61024033f8a0d77fc69e3518843f255c1a2d8b5e2e8b47e117cd78ca On the displayed diff for the file you want to see in whole, click on the little 3-dot menu ("More options") and select "View file". This will bring you to the complete file from Dougs PR, currently this is: https://github.com/dkearns/vim/blob/d38de117445507eb56d8d26f071cc591ec8e3bcb/runtime/syntax/algol68.vim >From there, you can click the "Download Raw File" button, to get the complete syntax file. Note that the d38de117 is the commit hash from Dougs fork of Vim. If he pushes a new change, this id will change, so you'll have to redo the whole exercise to get the latest version. Best, Christian -- On SECOND thought, maybe I'll heat up some BAKED BEANS and watch REGIS PHILBIN ... It's GREAT to be ALIVE!! -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/adZyn43yV%2BAtSn4v%40256bit.org. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/DU0PR02MB10422C82D60C60FC0959D3BBBF35B2%40DU0PR02MB10422.eurprd02.prod.outlook.com.
