add the export keyword to dart

This commit is contained in:
Devon Carew 2014-07-01 16:15:45 -07:00
commit 2ce7ed0f44

View file

@ -54,7 +54,7 @@ var DartHighlightRules = function() {
},
{
token: "keyword.other.import.dart",
regex: "(?:\\b)(?:library|import|part|of)(?:\\b)"
regex: "(?:\\b)(?:library|import|export|part|of)(?:\\b)"
},
{
token : ["keyword.other.import.dart", "text"],