add the show and hide keywords to the dart mode
This commit is contained in:
parent
4b286a5c0d
commit
a885aea2f0
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ var DartHighlightRules = function() {
|
|||
},
|
||||
{
|
||||
token: "keyword.other.import.dart",
|
||||
regex: "(?:\\b)(?:library|import|export|part|of)(?:\\b)"
|
||||
regex: "(?:\\b)(?:library|import|export|part|of|show|hide)(?:\\b)"
|
||||
},
|
||||
{
|
||||
token : ["keyword.other.import.dart", "text"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue