diff options
author | Colomban Wendling <ban@herbesfolles.org> | 2014-11-25 18:51:24 +0100 |
---|---|---|
committer | Colomban Wendling <ban@herbesfolles.org> | 2014-11-25 18:51:24 +0100 |
commit | c46a079a894ef55b8b429a7440824f8e95fbc58a (patch) | |
tree | fb9f2d0272ec96468e79d44556a487fcd0146185 | |
parent | 4e692cf2e628e38f2f66b81e9d3ff9ed1303a98f (diff) | |
download | scintilla-mirror-c46a079a894ef55b8b429a7440824f8e95fbc58a.tar.gz |
Bug [#1420]. CoffeeScript: Describe existing secondary keyword sets
-rw-r--r-- | lexers/LexCoffeeScript.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lexers/LexCoffeeScript.cxx b/lexers/LexCoffeeScript.cxx index d0a5e3c48..d05237292 100644 --- a/lexers/LexCoffeeScript.cxx +++ b/lexers/LexCoffeeScript.cxx @@ -406,6 +406,9 @@ static void FoldCoffeeScriptDoc(unsigned int startPos, int length, int, static const char *const csWordLists[] = { "Keywords", + "Secondary keywords", + "Unused" + "Global classes", 0, }; |