Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kachick/micro-kdl
micro editor syntax highlighting for KDL
https://github.com/kachick/micro-kdl
kdl micro-editor-syntax
Last synced: 28 days ago
JSON representation
micro editor syntax highlighting for KDL
- Host: GitHub
- URL: https://github.com/kachick/micro-kdl
- Owner: kachick
- License: mit
- Created: 2024-08-14T17:54:07.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T01:55:47.000Z (about 1 month ago)
- Last Synced: 2024-12-09T02:41:18.339Z (about 1 month ago)
- Topics: kdl, micro-editor-syntax
- Language: YAML
- Homepage: https://github.com/zyedidia/micro/pull/3549
- Size: 268 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# micro-kdl
[![CI - Nix](https://github.com/kachick/micro-kdl/actions/workflows/nix.yml/badge.svg?branch=main)](https://github.com/kachick/micro-kdl/actions/workflows/nix.yml?query=branch%3Amain+)
[![CI - Install](https://github.com/kachick/micro-kdl/actions/workflows/install.yml/badge.svg?branch=main)](https://github.com/kachick/micro-kdl/actions/workflows/install.yml?query=branch%3Amain+)[micro](https://github.com/zyedidia/micro) editor syntax highlighting for [KDL](https://github.com/kdl-org/kdl)
![Screen Shot](https://raw.githubusercontent.com/kachick/micro-kdl/main/assets/screenshot.png)
## Installation
### Plugin Manager
```bash
micro ~/.config/micro/settings.json
``````json
"pluginrepos": ["https://raw.githubusercontent.com/kachick/micro-kdl/main/repo.json"],
``````bash
micro -plugin install kdl
```### Git
Personally I was started from this simple solution, I don't know any disadvantage for others except including non related files.
```bash
cd ~/.config/micro/plug
git clone https://github.com/kachick/micro-kdl kdl
```### Nix - home-manager
See [my dotfiles](https://github.com/kachick/dotfiles/blob/f042b85145fc045966a114d72beb60477af06141/pkgs/micro-kdl/default.nix) for the packaging example.
### Test and develop without installation
Check the [guide](CONTRIBUTING.md)
## Limitations
- Only syntax highlighting
- No formatter, completions and LSP