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

https://github.com/rubixdev/tree-sitter-asm

Generic assembly grammar for tree-sitter
https://github.com/rubixdev/tree-sitter-asm

Last synced: about 1 year ago
JSON representation

Generic assembly grammar for tree-sitter

Awesome Lists containing this project

README

          

# tree-sitter-asm

Generic assembly grammar for
[tree-sitter](https://github.com/tree-sitter/tree-sitter)

## Usage in Neovim

### Parser Installation

The parser is included in the
[nvim-treesitter plugin](https://github.com/nvim-treesitter/nvim-treesitter). To
use it, simply install it with `:TSInstall asm` or by adding it to your
`ensure_installed` list.