Closed Sainan closed 1 year ago
sorry for late reply, but I'm quite busy these days
some things to keep in mind:
meta.function.body
, not just the declaration string as it is right now (I'm not sure if old textmate grammar supports matching scopes with back references, but you can probably work around it by including nested matches
with #include
per top-level patterns in repository, similar to this example); this guide might be helpful[:alnum:]_$#@~.?
Since the grammar is YAML based, I guess I shouldn't bother modifiying the tmLanguage?
yeah, it's part of packagedev for sublime that I used at the time
Hah, well, if I end up using "Convert PList to YAML" that's a huge diff. I guess I'll just keep my modified tmLanguage to myself.
Before:
After:
I also think the
.CODE
part could be classified as something, maybe comment.