of keyword

This commit is contained in:
Zef Hemel 2013-04-08 13:24:23 +02:00
commit 6d8c810581

View file

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