Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 415 Bytes

File metadata and controls

14 lines (9 loc) · 415 Bytes

SOQLx

SOQL Extended

SOQLx is an extension to the .soql filetype with support for comments and parameters.

This repository includes the following tools:

  1. The SOQLx npm library, for working programmatically with the SOQLx parser
  2. The soqlx CLI, for build and running ".soqlx" files
  3. The SOQLx LSP, for syntax highlighting and autocompletion in ".soqlx" files
  4. The SOQLx VSCode extension

Usage