[Mlir-commits] [mlir] 854ef87 - [mlir-vscode] Add a link to mlir.llvm.org at the top of the vscode extension doc
River Riddle
llvmlistbot at llvm.org
Wed Jun 16 18:22:12 PDT 2021
Author: River Riddle
Date: 2021-06-16T18:22:02-07:00
New Revision: 854ef875b929da544d285436b00df74ee77323b1
URL: https://github.com/llvm/llvm-project/commit/854ef875b929da544d285436b00df74ee77323b1
DIFF: https://github.com/llvm/llvm-project/commit/854ef875b929da544d285436b00df74ee77323b1.diff
LOG: [mlir-vscode] Add a link to mlir.llvm.org at the top of the vscode extension doc
Added:
Modified:
mlir/docs/Tools/MLIRLSP.md
Removed:
################################################################################
diff --git a/mlir/docs/Tools/MLIRLSP.md b/mlir/docs/Tools/MLIRLSP.md
index 3cd66b3aeee8..98b0102cc24f 100644
--- a/mlir/docs/Tools/MLIRLSP.md
+++ b/mlir/docs/Tools/MLIRLSP.md
@@ -147,7 +147,7 @@ may vary. Below are a set of plugins that are known to work:
### Visual Studio Code
-Provides MLIR language IDE features for VS code:
+Provides [MLIR](https://mlir.llvm.org/) language IDE features for VS code:
* Syntax highlighting for .mlir files and `mlir` markdown blocks
* go-to-definition and cross references
More information about the Mlir-commits
mailing list