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
- Host: GitHub
- URL: https://github.com/rubixdev/tree-sitter-asm
- Owner: RubixDev
- License: mit
- Created: 2023-01-26T16:25:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-09T15:20:23.000Z (about 1 year ago)
- Last Synced: 2025-03-29T18:05:58.185Z (about 1 year ago)
- Language: JavaScript
- Size: 157 KB
- Stars: 33
- Watchers: 3
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.