mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-14 02:57:52 +08:00
Highlight []{} too.
This commit is contained in:
parent
8253d6af79
commit
5d9aeab9f7
|
@ -13,4 +13,8 @@ var attrForType = map[parse.ItemType]string{
|
|||
parse.ItemError: "31",
|
||||
parse.ItemLParen: "34;1",
|
||||
parse.ItemRParen: "34;1",
|
||||
parse.ItemLBracket: "34;1",
|
||||
parse.ItemRBracket: "34;1",
|
||||
parse.ItemLBrace: "34;1",
|
||||
parse.ItemRBrace: "34;1",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user