Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 516 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 516 Bytes

ridl.nvim - RIDL highlighting for Neovim

Basic syntax highlighting for .ridl which is used in webrcp

This should be done better (treesitter?), but i don't know how yet.

Installation

Lazy

{
    "david-littlefarmer/ridl.nvim",
    config = function()
        vim.cmd('autocmd BufRead,BufNewFile *.ridl lua require("ridl").setup()')
    end,
}

image