Re: Portfile syntax highlighting

2023-03-25 Thread Sergio Had
Anyone using BBEdit? It has portfile syntax highlighting as an add-on. On Mar 26, 2023 03:15 +0700, Vadym-Valdis Yudaiev , wrote: > > > > On 25 Mar 2023, at 22:10, Vadym-Valdis Yudaiev wrote: > > > > Hi, > > > > It is difficult to answer because I make changes

Re: Portfile syntax highlighting

2023-03-25 Thread Vadym-Valdis Yudaiev
macports.lua Description: Binary data > On 25 Mar 2023, at 22:10, Vadym-Valdis Yudaiev wrote: > > Hi, > > It is difficult to answer because I make changes from time to time. You can > see full keywords list here: > >

Re: Portfile syntax highlighting

2023-03-25 Thread Vadym-Valdis Yudaiev
macports-keywords.lua Description: Binary data > On 25 Mar 2023, at 22:10, Vadym-Valdis Yudaiev wrote: > > Hi, > > It is difficult to answer because I make changes from time to time. You can > see full keywords list here: > >

Re: Portfile syntax highlighting

2023-03-25 Thread Vadym-Valdis Yudaiev
Hi, It is difficult to answer because I make changes from time to time. You can see full keywords list here: https://github.com/judaew/macports.nvim/blob/main/dict/macports-keywords.lua - Vadym-Valdis > On 24 Mar 2023, at 03:44, contextnerror ​ wrote: > > Do you have a list of the new

Re: Portfile syntax highlighting

2023-03-23 Thread contextnerror ​
Do you have a list of the new keywords you needed to add? I’ve been working on my own TextMate syntax in the meantime, and was hoping to add those keywords as well. > On Feb 25, 2023, at 7:26 AM, Vadym-Valdis Yudaiev wrote: > > Hi, > > It's off-topic, but maybe someone will find it helpful.

Re: Portfile syntax highlighting

2023-02-25 Thread Vadym-Valdis Yudaiev
Hi, It's off-topic, but maybe someone will find it helpful. I've created a separate plugin for Neovim that adds support for the Portfile syntax and tries to support all keywords from the new PortGroups. Maybe there are Neovim users among us. https://github.com/judaew/macports.nvim -

Portfile syntax highlighting

2023-02-25 Thread Context Error
I was reading CommittersTipsAndTricks in the wiki and noticed that the syntax highlighting for TextMate is missing features that the vim version has. For example, it won’t highlight checksums, port dependents, or variant descriptions. Is there any chance that the TextMate version will be