Merge pull request #2025 from devoncarew/master

add the export keyword to dart
This commit is contained in:
Harutyun Amirjanyan 2014-07-02 07:43:30 +04:00
commit 7fbfbc4c16

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