A VS Code extension for LogScale/CrowdStrike Query Language (formerly Humio) syntax highlighting. Get it here for VS Code, or here for VSCodium.
- Syntax highlighting for
.logscale,.cql,.lql, or.humiofiles. Plain and simple. - Syntax highlighting for embedded queries within
.yamlfiles using the alerts schema - Full language functions support up to LogScale version 1.159.1.
By default, the extension will apply syntax highlighting to text under queryString inside YAML files, which is the key used by LogScale packages.
You can customise this if you want to apply highlighting to other keys, such as script for parser files. To change this, either:
- go to
Preferences: Open User Settings -> Extensions -> LogScale Syntax Highlighting -> YAML Highlighted Keysand clickAdd Item. - or in
settings.json, configurelogscale-syntax.yamlHighlightedKeysas a list.
Syntax highlighting:
Embedded within yaml:
To test the extension, either use the F5 shortcut or Debug: Start Debugging from the Command Palette to launch an instance with the extension loaded.

