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.
