/zed-log

Syntax highlighting for log files in Zed.

Primary LanguageSchemeMIT LicenseMIT

zed-log

Syntax highlighting for log files in Zed.

image.png

Test locally

  • Clone this repo: git clone https://github.com/evrsen/zed-log log
  • Clone the tree-sitter-log repo: https://github.com/Tudyx/tree-sitter-log
  • CD into the repo: cd tree-sitter-log
  • Build the WASM: tree-sitter build-wasm (might require docker-engine running)
  • Rename the WASM file to log.wasm
  • Move the WASM file into log/grammars (this repository)
  • Move the logrepository to ~/Library/Application Support/Zed/extensions/installed