Skip to content

mhanberg/monkey.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

monkey.nvim

A file type detection and tree-sitter queries for Monkey, the programming language written in Writing an Interpreter in Go and Writing a Compiler in Go

Will detect Monkey files using the .mky extension.

Uses https://github.com/mhanberg/tree-sitter-monkey.

Contributions to the parser and to the queries are welcome!

Install

Requires 0.7+.

use({
  "mhanberg/monkey.nvim",
  -- if using tree-sitter for highlighting
  requires = { "nvim-treesitter/nvim-treesitter" }}
)
:TSInstall monkey

About

Neovim plugin for the Monkey language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published