Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drsensor/scdlang-vscode
- Owner: DrSensor
- Created: 2019-09-05T07:21:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:56:31.000Z (over 1 year ago)
- Last Synced: 2025-01-19T16:07:35.417Z (10 days ago)
- Topics: grammar, my-experiment, syntax-highlighting
- Language: Dhall
- Size: 136 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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/