mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 18:02:54 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
3ab1a31e21
@ -177,10 +177,11 @@ define(function (require, exports, module) {
|
||||
}
|
||||
|
||||
var KEYWORD_NAMES = [
|
||||
"break", "case", "catch", "continue", "debugger", "default", "delete",
|
||||
"do", "else", "finally", "for", "function", "if", "in", "instanceof",
|
||||
"new", "return", "switch", "this", "throw", "try", "typeof", "var",
|
||||
"void", "while", "with"
|
||||
"break", "case", "catch", "class", "const", "continue", "debugger",
|
||||
"default", "delete", "do", "else", "export", "extends", "finally",
|
||||
"for", "function", "if", "import", "in", "instanceof", "let", "new",
|
||||
"return", "super", "switch", "this", "throw", "try", "typeof", "var",
|
||||
"void", "while", "with", "yield"
|
||||
],
|
||||
KEYWORD_TOKENS = KEYWORD_NAMES.map(function (t) {
|
||||
return makeToken(t, []);
|
||||
|
2
src/thirdparty/CodeMirror
vendored
2
src/thirdparty/CodeMirror
vendored
@ -1 +1 @@
|
||||
Subproject commit 52ad899d8b45df43667cd3d8e6541c21a07ff053
|
||||
Subproject commit 61ca2db598f3f1d79e837f326bc740e8bc49e62a
|
Loading…
Reference in New Issue
Block a user