branch: elpa/typescript-mode
commit 5a3c84247de80b595074d2dd236dd68865cbf515
Author: Rohit Patnaik <[email protected]>
Commit: Rohit Patnaik <[email protected]>
Typescript added the "protected" keyword in 1.3.
---
typescript-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/typescript-mode.el b/typescript-mode.el
index 987e84dc27..d57f53894b 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -281,7 +281,7 @@ Match group 1 is the name of the macro.")
"enum" "export" "extends" "extern" "false" "finally" "for"
"function" "goto" "if" "implements" "import" "in"
"instanceof" "interface" "module" "new" "null" "number"
- "private" "public" "return" "static" "string"
+ "private" "protected" "public" "return" "static" "string"
"super" "switch" "this" "throw" "true"
"try" "typeof" "var" "void"
"while" ))