We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a5daa commit 63a2b59Copy full SHA for 63a2b59
extra/codemirror/yara.js
@@ -8,7 +8,7 @@ CodeMirror.defineMode("yara", function(config) {
8
for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
9
return obj;
10
}
11
- var keywords = words("all and any ascii at condition contains entrypoint filesize for " +
+ var keywords = words("all and any ascii at base64 base64wide condition contains entrypoint filesize for " +
12
"fullword global import in include int16 int32 int8 matches meta " +
13
"nocase not of or private rule strings them uint16 uint32 " +
14
"uint8 wide xor");
0 commit comments