Xuan Huang (黄玄)
Xuan Huang (黄玄)
> We have "references" that are "reads", and "constantViolations" that are "writes". Oh wow that's interesting...thanks for this information! > Maybe you are calling replaceWith on both identifiers? Ah you...
Note that the `baz` ``` [baz] = x; ({foo: [baz]} = {foo: 1}); ``` All have `isReferenced` false
I am not familiar with TextMate grammar but doesn't it provide any means to lookahead for next line? it would be things like `/.+\\n_+`
hmm but it's probably a issue of markdown extension of vscode
 It appears that I do have different TM scope for the "lines" so theme Dark+ can at least highlight the line for...
It works. Thx! Should I keep this open in terms of highlighting both texts and lines or not?
> in the insider version can change the extension name or publisher now >  > but I still don't know how to change it Did this feature land?
Ok, this is related to https://github.com/tc39/ecmarkup/issues/84
@chenglou Since ReScript now owns the syntax **and** the compiler, I believe it's trivial to rename it? I will wait @bobzhang to answer this but I'm more than happy to...
@bobzhang Yeah, but I mean, if the compiler doesn't need to be compatible with OCaml's `Pervasives`, then we can just rename it right? If we do want to be compatible,...