yko / mojo.vim

Vim syntax for mojo epl templates in Mojo projects
http://www.vim.org/scripts/script.php?script_id=3168
Artistic License 2.0
52 stars 4 forks source link

Receving warnings in html.ep that is provided in layout/default.ep #12

Open lbe opened 1 year ago

lbe commented 1 year ago

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.

image

I have confirmed that this is coming from mojo.vim by uninstalling the HTML language server and mojo.vim. The problem recurs when I install mojo.vim and open the template/index.html.ep.

Thanks in advance for your help!

lbe

Adding .vimrc configuration snippets

Plug 'tomtom/tlib_vim'
Plug 'garbas/vim-snipmate'
Plug 'honza/vim-snippets'
Plug 'yko/mojo.vim'
let mojo_highlight_data = 1
let g:snipMate = { 'snippet_version' : 1 }