Skip to content

david-littlefarmer/ridl.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages