mirror of https://github.com/helix-editor/helix
minor: Remove `grammar` from dunstrc language config
`grammar` defaults to the language name so it's redundant herepull/13458/head
parent
99e2275aab
commit
5772f14dc2
|
@ -4345,7 +4345,6 @@ name = "dunstrc"
|
|||
scope = "source.dunstrc"
|
||||
comment-tokens = ["#", ";"]
|
||||
file-types = [ { glob = "dunst/dunstrc" } ]
|
||||
grammar = "dunstrc"
|
||||
|
||||
[[grammar]]
|
||||
name = "dunstrc"
|
||||
|
|
Loading…
Reference in New Issue