Skip to content

Commit

Permalink
fix: file pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison authored Feb 28, 2024
1 parent 739a6f0 commit fc1d331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ You can install the hyprlang parser in neovim using [nvim-treesitter](https://gi

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

0 comments on commit fc1d331

Please sign in to comment.