Skip to content

modularml/mojo.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mojo syntax highlighting and indentation for VIM

This provides basic Mojo syntax highlighting for VIM. It's almost identical to Python modulo several additions of Mojo-specific keywords. The additions are marked with "Mojo addition" in the config files for convenience.

How to setup Mojo syntax highlighting

  1. Add Mojo config files to your VIM config:

    for FOLDER in autoload ftdetect ftplugin indent syntax; do mkdir -p ~/.vim/$FOLDER && ln -s $FOLDER/mojo.vim ~/.vim/$FOLDER/mojo.vim; done
  2. Enjoy

About

Vim configuration files for Mojo🔥

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published