mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-04-24 15:19:04 +00:00
add browser warning
This commit is contained in:
101
static/languages/code_javascript.json
Normal file
101
static/languages/code_javascript.json
Normal file
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"name": "code_javascript",
|
||||
"leftToRight": true,
|
||||
"noLazyMode": true,
|
||||
"words": [
|
||||
"this",
|
||||
"let",
|
||||
"const",
|
||||
"async",
|
||||
"await",
|
||||
"NaN",
|
||||
"undefined",
|
||||
"typeof",
|
||||
"prompt",
|
||||
"else if",
|
||||
"||",
|
||||
"&&",
|
||||
"i++",
|
||||
"${i}",
|
||||
"${j}",
|
||||
"label",
|
||||
"switch",
|
||||
"case",
|
||||
"use strict",
|
||||
"assert",
|
||||
"new Object()",
|
||||
"delete",
|
||||
"Object.assign()",
|
||||
"Symbol()",
|
||||
"toUpperCase()",
|
||||
"toLowerCase()",
|
||||
"toString()",
|
||||
"Math.floor()",
|
||||
"Math.ceil()",
|
||||
"Math.round()",
|
||||
"Math.trunc()",
|
||||
"Math.max()",
|
||||
"Math.pow()",
|
||||
"Math.random()",
|
||||
"indexOf()",
|
||||
"isNaN()",
|
||||
"Object.is()",
|
||||
"parseInt()",
|
||||
"parseFloat()",
|
||||
"includes()",
|
||||
"startsWith()",
|
||||
"endsWith()",
|
||||
"slice()",
|
||||
"substring()",
|
||||
"trim()",
|
||||
"repeat()",
|
||||
"function",
|
||||
"if",
|
||||
"var",
|
||||
"return",
|
||||
"the",
|
||||
"to",
|
||||
"value",
|
||||
"else",
|
||||
"for",
|
||||
"true",
|
||||
"length",
|
||||
"false",
|
||||
"null",
|
||||
"of",
|
||||
"in",
|
||||
"element",
|
||||
"event",
|
||||
"and",
|
||||
"console",
|
||||
"object",
|
||||
"jQuery",
|
||||
"node",
|
||||
"while",
|
||||
"do",
|
||||
"break",
|
||||
"continue",
|
||||
"attributes",
|
||||
"childNodes",
|
||||
"firstChild",
|
||||
"nodeName",
|
||||
"nodeType",
|
||||
"onclick",
|
||||
"ondblclick",
|
||||
"onmousedown",
|
||||
"onmouseenter",
|
||||
"onmouseup",
|
||||
"onkeyup",
|
||||
"onkeydown",
|
||||
"onkeypress",
|
||||
"oninput",
|
||||
"oninvalid",
|
||||
"onreset",
|
||||
"onselect",
|
||||
"ondrag",
|
||||
"try",
|
||||
"catch",
|
||||
"throw",
|
||||
"finally"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user