aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-11-29 12:42:58 +1100
committerNeil <nyamatongwe@gmail.com>2014-11-29 12:42:58 +1100
commit1ddd585280f73fd3e3b2c5dfa4b116f46b141f3a (patch)
tree979395869c78624241009aa5939c27b05917c16e
parentefd57913db58a6f16f80e345cc45a1ac2113b3e7 (diff)
downloadscintilla-mirror-1ddd585280f73fd3e3b2c5dfa4b116f46b141f3a.tar.gz
Add a missing comma to separate word list decriptions.rel-3-5-2
-rw-r--r--lexers/LexCoffeeScript.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexCoffeeScript.cxx b/lexers/LexCoffeeScript.cxx
index d05237292..166768321 100644
--- a/lexers/LexCoffeeScript.cxx
+++ b/lexers/LexCoffeeScript.cxx
@@ -407,7 +407,7 @@ static void FoldCoffeeScriptDoc(unsigned int startPos, int length, int,
static const char *const csWordLists[] = {
"Keywords",
"Secondary keywords",
- "Unused"
+ "Unused",
"Global classes",
0,
};