hyprlang grammar for tree-sitter.
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" },
})
JavaScript
75.8%
Tree-sitter Query
24.2%
hyprlang grammar for tree-sitter.
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" },
})
JavaScript
75.8%
Tree-sitter Query
24.2%