Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 529 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 529 Bytes

Tree Sitter for RuneScript

Highlight

Usage

The parser is integrated with nvim-treesitter plugin.

Neovim also needs to be configured to recognize the RuneScript/ClientScript extensions:

vim.filetype.add({
    extension = {
        rs2 = "runescript",
        cs2 = "clientscript",
    },
})