llvm-project/mlir/utils/vscode
River Riddle 52b34df9d6 [mlir][PDLL] Add an initial language server for PDLL
This commits adds a basic language server for PDLL to enable providing
language features in IDEs such as VSCode. This initial commit only
adds support for tracking definitions, references, and diagnostics, but
followup commits will build upon this to provide more significant behavior.

In addition to the server, this commit also updates mlir-vscode to support
the PDLL language and invoke the server.

Differential Revision: https://reviews.llvm.org/D121541
2022-03-19 13:28:23 -07:00
..
.vscode
src [mlir][PDLL] Add an initial language server for PDLL 2022-03-19 13:28:23 -07:00
.gitignore
.vscodeignore
cpp-grammar.json [mlir][vscode] Don't inject inside strings 2022-03-16 21:57:56 -07:00
language-configuration.json
markdown-grammar.json [vscode-mlir] Add proper support for mlir markdown codeblocks 2021-08-03 19:55:31 +00:00
package-lock.json [mlir][PDLL] Add an initial language server for PDLL 2022-03-19 13:28:23 -07:00
package.json [mlir][PDLL] Add an initial language server for PDLL 2022-03-19 13:28:23 -07:00
pdll-grammar.json [mlir][PDLL] Add an initial language server for PDLL 2022-03-19 13:28:23 -07:00
pdll-language-configuration.json [mlir][PDLL] Add an initial language server for PDLL 2022-03-19 13:28:23 -07:00
tsconfig.json