Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sogaiu/vscode-clojure-colorizer
https://github.com/sogaiu/vscode-clojure-colorizer
clojure clojurescript tree-sitter vscode
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sogaiu/vscode-clojure-colorizer
- Owner: sogaiu
- Archived: true
- Created: 2020-03-17T09:26:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T13:36:55.000Z (about 1 year ago)
- Last Synced: 2024-07-30T20:56:12.279Z (3 months ago)
- Topics: clojure, clojurescript, tree-sitter, vscode
- Language: Clojure
- Size: 3.2 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vscode-clojure-colorizer
## What
A rainbow parens implementation for Clojure code...with a twist.
## How
To install from a .vsix:
```
# clone repository
git clone https://github.com/sogaiu/vscode-clojure-colorizer
cd vscode-clojure-colorizer# command line install of extension
visual-studio-code --install-extension clojure-colorizer-*.vsix
```Alternatively, via the VSCode GUI:
* Navigate to Extensions
* Click on the `...` at the top right of the EXTENSIONS area
* Choose `Install from VSIX...` and find the .vsix fileTo run the extension from source:
```
# clone repository
git clone https://github.com/sogaiu/vscode-clojure-colorizer
cd vscode-clojure-colorizer# create `node_modules` and populate with dependencies
npm install# open the root folder in VSCode
visual-studio-code . # or whatever vscode is called on your system
```Now run the extension in an Extension Development Host by pressing `F5`, or choosing `Debug` > `Start`
View some Clojure code and enjoy the nice colors.
## Acknowledgments
See [tree-sitter-clojure](https://github.com/sogaiu/tree-sitter-clojure)'s [section of the same name](https://github.com/sogaiu/tree-sitter-clojure#acknowledgments).