Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aldur/vim-algorand-teal
Algorand's TEAL meets vim
https://github.com/aldur/vim-algorand-teal
Last synced: about 1 month ago
JSON representation
Algorand's TEAL meets vim
- Host: GitHub
- URL: https://github.com/aldur/vim-algorand-teal
- Owner: aldur
- License: mit
- Created: 2021-04-29T07:46:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T17:28:52.000Z (over 1 year ago)
- Last Synced: 2024-01-25T04:52:34.339Z (about 1 year ago)
- Language: Vim Script
- Size: 23.4 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-algorand - vim-algorand-teal - Minimalistic syntax highlight for Algorand's TEAL Smart Contract language to vim. (Development Tools / IDEs)
README
# Algorand's TEAL support for vim
This minimalistic plugin adds syntax highlight for [Algorand's
TEAL](https://developer.algorand.org/docs/reference/teal/specification/) smart
contract language to vim.## Install
Install by using your favourite plugin manager.
For `vim-plug`:```viml
Plug 'aldur/vim-algorand-teal'
```## Screenshots