Karam

Results 8 comments of Karam

I just tried using them on an HTML file and all is good. I'm using VSCode version 1.57 on Mac OS Big Sur 11.4 (Intel version).

@chevdor I agree that support for tera snippets in markdown can be useful. Developers can write a tutorial about using Tera on their blog site, for example. I just added...

"language" is missing from the `package.json` file. Here is a sample of the current file: ```json { "scopeName": "source.elixir.heex", "path": "./syntaxes/elixir-heex.json", "injectTo": [ "source.elixir" ] } ``` Below is an...

The `zola serve` command stopped working for me as well when making changes to static pages locally. The pages do not automatically update and I have to restart the server...

Hi @1024jp, I can make this work with the regex `\$\{[^}]*\}` in the **characters** category. Below is a screenshot of the result: ![Improved Template Literals in JavaScript](https://github.com/user-attachments/assets/eec860ae-944f-434a-9f9f-aeef576d8e68) I'm not familiar...

I tried more complex examples and everything inside of `${}` will get highlighted with the same colour as `characters`, which is not any better. I did find a decent compromise...

I experienced the same issue with my Swift file. The `/` in the characters category is the problem and removing it will fix it. ![Image](https://github.com/user-attachments/assets/1350c5de-be0e-450f-ad89-54437cab70f7)

I currently use [jsonl](https://jsonlines.org/) for my web application and would love to see support for it in your editor. It's a rarely used format to be honest and I usually...