mojo.vim
mojo.vim copied to clipboard
Vim syntax for mojo epl templates in Mojo projects
Results
2
mojo.vim issues
Sort by
recently updated
recently updated
newest added
Anything between map/grep's curly brackets is not properly hilighted (no colour at all). E.g.: grep { /$this_does_not_get_hilighted/i } @array;
I am receiving warnings about missing body, html and other tags in a template where they are provided in the default layout. See screenshots below. I have confirmed that this...