Merge pull request #2040 from devoncarew/devoncarew_show_hide_dart

add the show and hide keywords to the dart mode
This commit is contained in:
Harutyun Amirjanyan 2014-07-10 22:24:55 +04:00
commit e9faed1868

View file

@ -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"],