zetashift

Results 85 comments of zetashift

But the code in the `` tag can also be typescript, and the style can also be `scss` if one wants too, for example: ```vue Hello Hello import { Component,...

Yup it works, thanks a lot, it's a very fun plugin!

Currently though the `TSTagDelimiters` aren't matching correctly: ![image](https://user-images.githubusercontent.com/1857826/125171527-038f8680-e1b5-11eb-9c6e-78d350dad45b.png)

I'm not sure what happened, but in Vue files the highlighting is fine and everything works, but in regular html files I see this: https://user-images.githubusercontent.com/1857826/126076556-91033d74-1685-4fb1-aea4-97d74b4ca1f1.png If I disable rainbow the...

I still have the problem: ![image](https://user-images.githubusercontent.com/1857826/127002908-7ad5e090-0e1e-4d30-bce4-8000da20fdce.png) I ran PackerSync, so AFAIK I should be on latest. Maybe it's a config then?

Ah yup! thanks works great, thank you EDIT: well except for the `` part haaha

My bad, it worked good enough for me :P

Are your perhapse looking for `reshape` like used here: https://mratsim.github.io/Arraymancer/tuto.shapeshifting.html ? `let a = toSeq(1..9).toTensor().reshape(3,3)` EDIT and links to the doc: https://mratsim.github.io/Arraymancer/shapeshifting.html#reshape%2CTensor%2Cvarargs%5Bint%5D

I have the same issue in markdown codeblocks for example ```scala def foo() = { | } ``` I'm not sure if it's autopair or because it's markdown file?

> Hi, thanks for the issue. > > You can define a couple of functions that change the configuration before calling the repl. Something like this: > > ```viml >...