Aadi
Aadi
> in which file is the confirm button located? After taking a look at the code, it seems that the dialog from radix ui uses the enter key to close...
@zzj3720 PTAL.
> @zzj3720 I tested it I think `date` and `link` types have not been covered. The pr only covers the conversions. I will add convertion for date and links later...
Hey @Flrande, I believe storing the ruleStack in a state and passing it to the tokenizer could be a viable solution within our current setup. However, it appears that Shiki...
> What would be the API looks like in your mind? Including the GrammarState in the TokensResult would be ideal. ### Sample usage ```ts class EditorTokensProvider { // ... tokenizeLine(line,...
@L-Sun This version works better than doing a full retokenization each time. With our current setup, tracking newlines and revalidating the cache isn’t straightforward, so I haven’t found a clean...