Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drsensor/scdlang-vscode

Syntax highlighting support for Scdlang
https://github.com/drsensor/scdlang-vscode

grammar my-experiment syntax-highlighting

Last synced: 9 days ago
JSON representation

Syntax highlighting support for Scdlang

Awesome Lists containing this project

README

        

# Scdlang Syntax Highlighter

This extension provide syntax highlighting support for [Scdlang][] language.

## Showcase

bat --theme "Monokai Extended"

![bat preview](https://user-images.githubusercontent.com/4953069/65954749-c723e800-e470-11e9-901e-49e6e0167dd1.png)

## Features

- [x] Different scope/color base on transition arrow

## Supported grammar IDE/editor/viewer

- [x] anything that are base on [TextMate grammar](https://macromates.com/manual/en/language_grammars)
- [x] [VS Code](https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide)
- [x] [Sublime Text](https://www.sublimetext.com/docs/3/syntax.html)
- [x] anything that are base on [syntect](https://github.com/trishume/syntect)
- [x] [bat](https://github.com/sharkdp/bat/)
- [ ] [Xi](https://xi-editor.io/)
- [ ] anything that are base on [Tree-sitter](http://tree-sitter.github.io)
- [ ] [Atom](https://flight-manual.atom.io/hacking-atom/sections/creating-a-grammar/)

[Scdlang]: https://github.com/DrSensor/scdlang/