Skip to content

Commit

Permalink
Xml syntax highlighting for more dotnet-y files
Browse files Browse the repository at this point in the history
  • Loading branch information
NonlinearFruit committed Jul 25, 2024
1 parent e381e61 commit 744ff1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/plugins/xml.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ end
return {
"local/xml",
config = configure,
event = "BufEnter *.xaml",
event = {"BufEnter *.xaml,*.props,*.csproj"},
dev = true,
}

0 comments on commit 744ff1b

Please sign in to comment.