https://github.com/scriban/scriban-vscode
Scriban - Syntax Coloring Extension for Visual Studio Code
https://github.com/scriban/scriban-vscode
Last synced: about 1 year ago
JSON representation
Scriban - Syntax Coloring Extension for Visual Studio Code
- Host: GitHub
- URL: https://github.com/scriban/scriban-vscode
- Owner: scriban
- License: bsd-2-clause
- Created: 2017-10-24T12:08:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T10:36:15.000Z (over 5 years ago)
- Last Synced: 2025-02-16T05:42:04.112Z (over 1 year ago)
- Homepage: https://marketplace.visualstudio.com/items?itemName=xoofx.scriban
- Size: 16.6 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: license.txt
Awesome Lists containing this project
README
# Scriban Syntax Coloring extension for Visual Studio Code
This extension allows to colorize Scriban scripts and Scriban-Html scripts following the syntax of the [scriban templating language](https://github.com/lunet-io/scriban)
## Features
The syntax coloring supports two modes:
- Plain **scriban script** (without using `{{` and `}}`) with the expected file extensions:
- `.scriban`
- `.sbn`
- Mixed **scriban and HTML** (using `{{` and `}}` to enter scriban) with the expected file extensions:
- `.scriban-html`
- `.scriban-htm`
- `.sbn-html`
- `.sbn-htm`
- `.sbnhtml`
- `.sbnhtm`
- Mixed **scriban and text** (using `{{` and `}}` to enter scriban) with the expected file extensions:
- `.scriban-txt`
- `.sbn-txt`
- `.sbntxt`
- Mixed **scriban and C# files** (using `{{` and `}}` to enter scriban) with the expected file extensions:
- `.scriban-cs`
- `.sbn-cs`
- `.sbncs`