Official vim plugin #1415
Replies: 7 comments 6 replies
-
Yes, please! This would be super rad. Any chance we can take advantage of the common Arc regex? |
Beta Was this translation helpful? Give feedback.
-
Ok awesome! I'm sure that would be possible. Vim regex seem pretty powerful, but I am new to working with them so I'm still getting used to some of the quirks. Is there an example somewhere of the regex pattern you're referring to? Just for reference, here's what it's looking like so far on my machine. Not sure if this is close to what you'd be hoping for? Open to any feedback! |
Beta Was this translation helpful? Give feedback.
-
Ah, check out https://github.com/architect/syntaxes This is where we manage all the mega-regex that powers the other syntax highlighting plugins we maintain. It's got a few very minor issues, feel free to improve it! |
Beta Was this translation helpful? Give feedback.
-
Ok cool, thank you! I will start looking into that. |
Beta Was this translation helpful? Give feedback.
-
Ok, I have updated the plugin as closely as possible based on the regex's from the repo that you linked me to. I couldn't copy them directly since the way vim implements regex is slightly different. That said, I used the Would someone be able to install this plugin and let me know if it is acceptable, or if there is anything else that needs to be tweaked? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the initial feedback everyone! I would love for this plugin to live within the Architect organization so that others can easily find it/contribute to it. Is that something that would be possible and/or desired? |
Beta Was this translation helpful? Give feedback.
-
Definitely, can we coordinate in the Architect discord? https://discord.com/invite/y5A2eTsCRX |
Beta Was this translation helpful? Give feedback.
-
I wasn't sure the best place to ask this, but is there any interest in having an "official" vim plugin for adding syntax highlighting to
.arc
files? There are links on the README for vscode, sublime, and atom plugins under the Architect organization , but nothing from vim/neovim. I think it would be nice to have.My company just recently started using Architect so I created a plugin for this since I couldn't find one. I'd be happy to contribute it if it's something people want!
Beta Was this translation helpful? Give feedback.
All reactions