tree-sitter-grammars / tree-sitter-hyprlang

hyprlang grammar for tree-sitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tree-sitter-hyprlang

hyprlang grammar for tree-sitter.

Neovim

You can install the hyprlang parser in neovim using nvim-treesitter and use the following code snippet for automatic filetype detection:

vim.filetype.add({
  pattern = { [".*/hypr/.*%.conf"] = "hyprlang" },
})

About

hyprlang grammar for tree-sitter

License:MIT License


Languages

Language:JavaScript 71.8%Language:Scheme 28.2%