Results 30 comments of Ani Sanjeev

Hello! I took the liberty to test out this branch as well! Aside from the delimiter issues, it works quite well. Any issues I found was mostly around the delimiter...

I haven't tried the typescript support, from what I can see there is some preliminary support. I will take a look this weekend!

This is a little strange but it might be a bug with sublime itself, or how we're using sublime's embedded languages (essentially JavaScript language is embedded in the attribute) ![image](https://user-images.githubusercontent.com/80173/47882900-68d62b80-de01-11e8-8d55-41cde2ecb457.png)...

Hello @HermannBjorgvin It should be easy enough to add this. The issue I see is that this isn't part of the vue component spec, which we strongly adhere to. Nor...

I'm not sure I understand. Can you give me some more information for why you need the `type` (aside from the existing standards)? Vue components aren't "strict" html even though...

I can understand your concern. Lemme re-open this and take a look over the weekend if it would be an easy fix to ignore the `type` attr.

Have you tried disabling the default javascript package? Ctrl+Shift+P -> Disable Package -> JavaScript

The `.tmLanguage` definitions - used by linguist hasn't been updated for a while. This code snippet isn't broken in sublime though: ![CleanShot 2022-05-18 at 12 48@2x](https://user-images.githubusercontent.com/80173/169098108-db5f222d-dee4-46e0-9478-dd3a00b6ff3f.png) I'll look into if...

Yeah this definitely is an issue, I'll see if I can fix it in the next few days. Github's syntax highlighting uses the old `tmLanguage` which is not particularly fun...

Hi @yyyc514 Thank you for taking the time to point this out and look into possible solutions. I apologize for the delay. I personally think this would be useful. I...