アクゼスティア
アクゼスティア
Hi @zangetsu02, I think the CI is failing because in your fork, dark-discord sub module is checked out at [c79b2dc](https://github.com/zangetsu02/zed-discord-theme/tree/c79b2dc18764f17a236bc1073daaf558b3968999) where you extension version is still at [v1.0.0](https://github.com/zangetsu02/zed-discord-theme/blob/c79b2dc18764f17a236bc1073daaf558b3968999/extension.toml)
Sup @zangetsu02. You need to do something like this: ```sh # You can skip --init 'cause you probably already have it initialized git submodule update --init --remote extensions/dark-discord # You...
Ok, I will look into it!
Hi @lildude! After reading through the TextMate docs, I’ll work on porting my existing CQL grammar to a TextMate-compatible format and then open a PR once it’s ready.