We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Probably something along the lines of support.class or support.function according to this textmate documentation
support.class
support.function
Off the top of my head, there are a few parts that need matching:
pe
elf
cuckoo
pe.DLL
pe.imports('')
pe.version_info['']
And any of the entries that need strings (e.g. dictionaries) should mark those as string.quoted.double just like regular strings
string.quoted.double
Should be pretty straightforward - any words after a colon (:) on the same line as a rule
:
rule Test : Foo Bar Baz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Modules
Probably something along the lines of
support.class
orsupport.function
according to this textmate documentationOff the top of my head, there are a few parts that need matching:
pe
,elf
,cuckoo
, etc.)pe.DLL
)pe.imports('')
)pe.version_info['']
)And any of the entries that need strings (e.g. dictionaries) should mark those as
string.quoted.double
just like regular stringsRule Tags
Should be pretty straightforward - any words after a colon (
:
) on the same line as a ruleThe text was updated successfully, but these errors were encountered: