Editor support - munificent/craftinginterpreters GitHub Wiki

This page lists available support for the Lox programming language in editors and IDEs.

  • Vim/Neovim: lox.vim - syntax highlighting, basic indentation, and ability to run Lox scripts.

  • Emacs: lox-mode - syntax highlighting, basic indentation, and ability to run Lox scripts.

  • Visual Studio Code Lox Language - syntax highlighting.