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"
|
scope = "source.dunstrc"
|
||||||
comment-tokens = ["#", ";"]
|
comment-tokens = ["#", ";"]
|
||||||
file-types = [ { glob = "dunst/dunstrc" } ]
|
file-types = [ { glob = "dunst/dunstrc" } ]
|
||||||
grammar = "dunstrc"
|
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "dunstrc"
|
name = "dunstrc"
|
||||||
|
|
Loading…
Reference in New Issue