Skip to content

Commit

Permalink
fix: update filetype in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dlvandenberg committed Jul 18, 2024
1 parent 1c35a9d commit 31182d4
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 @@ -40,7 +40,7 @@ Create a `plugin` in `~/.config/nvim/plugin/angular.lua` with the following:
```lua
vim.filetype.add({
pattern = {
[".*%.component%.html"] = "angular.html", -- Sets the filetype to `angular.html` if it matches the pattern
[".*%.component%.html"] = "htmlangular", -- Sets the filetype to `htmlangular` if it matches the pattern
},
})
```
Expand Down

0 comments on commit 31182d4

Please sign in to comment.