Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ulkajs/vscode-ulka

Syntax highlighter and formatter for .ulka files.
https://github.com/ulkajs/vscode-ulka

formatter syntax-highlighting ulka-highlight

Last synced: 5 days ago
JSON representation

Syntax highlighter and formatter for .ulka files.

Awesome Lists containing this project

README

        



Vscode Ulka

Syntax highlighter and Formatter for .ulka files.

## Features

- Highlight html in `.ulka` files.
- Highlight js inside ulka block.
- Highlight html inside template literals.
- Highlight frontmatter yaml.
- Format html and ulka block.

## Settings

- Add emmet support

```json
{
"emmet.includeLanguages": {
"ulka": "html"
}
}
```

- Icon
- material-icon-theme
```json
{
"material-icon-theme.files.associations": {
"*.ulka": "html"
}
}
```
- vscode-icons
```json
{
"vsicons.associations.files": [
{ "icon": "html", "extensions": ["ulka"], "format": "svg" }
]
}
```

## Screenshot

![screenshot](./images/ulka-screenshot.png)