# scriban-vscode **Repository Path**: shaofing/scriban-vscode ## Basic Information - **Project Name**: scriban-vscode - **Description**: scriban-vscode - **Primary Language**: JavaScript - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-25 - **Last Updated**: 2022-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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`