Skip to content

Commit 63a2b59

Browse files
wesinatorplusvic
authored andcommitted
codemirror - add yara 4.0 keywords
1 parent f4a5daa commit 63a2b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/codemirror/yara.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CodeMirror.defineMode("yara", function(config) {
88
for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
99
return obj;
1010
}
11-
var keywords = words("all and any ascii at condition contains entrypoint filesize for " +
11+
var keywords = words("all and any ascii at base64 base64wide condition contains entrypoint filesize for " +
1212
"fullword global import in include int16 int32 int8 matches meta " +
1313
"nocase not of or private rule strings them uint16 uint32 " +
1414
"uint8 wide xor");

0 commit comments

Comments
 (0)