TekWizely / run

Task runner that helps you easily manage and invoke small scripts and wrappers
MIT License
482 stars 9 forks source link

Vim syntax for Runfile #22

Open rafi opened 4 years ago

rafi commented 4 years ago

Great project. It will be awesome to have have syntax rules for Vim to enjoy highlighting for Runfile.

As I'm already using github.com/Shougo/context_filetype.vim vim plugin, it will be interesting to implement some regular-expressions to automatically highlight nested languages syntax within Runfiles.

TekWizely commented 4 years ago

Hi @rafi ,

I agree that nested-language highlighting is a great idea!

I would not be the one to work on the feature, but I would be happy to update the README with links to any projects that support the Runfile.

I am also available to help answer any questions about Runfile syntax and could possibly beta-test a plugin.

Thank you for your interest and please keep me in the loop !

-TW