Closed thetarnav closed 1 year ago
Took some time trying to improve the textmate grammars for procedure declarations.
It's not perfect, I'm still not sure how to do these parts:
my_proc: Type : proc() {}
Some of the patterns here could probably be reused for variable/struct declarations as well
Thanks. I have no experience with textmate grammars, so it's better than what I could do.
Took some time trying to improve the textmate grammars for procedure declarations.
It's not perfect, I'm still not sure how to do these parts:
my_proc: Type : proc() {}
)Some of the patterns here could probably be reused for variable/struct declarations as well