Skip to content

Commit

Permalink
(cake-buildGH-118) Add missing preprocessor keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
sierzput authored and gep13 committed Dec 16, 2020
1 parent 17d2b42 commit e04088d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Classifier/Languages/CakeLanguage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ static class CakeLanguage
public static List<string> SpecialKeywords
=> new List<string> {@"\bRunTarget\([\w\""]+\)", @"\bSetup\b", @"\bTeardown\b"};

public static List<string> Preprocessors => new List<string> {@"^[#]{1}(load|r|addin|tool)"};
public static List<string> Preprocessors => new List<string> {@"^[#]{1}(load|l|reference|r|addin|tool)"};


public static List<string> Keywords
Expand Down

0 comments on commit e04088d

Please sign in to comment.