We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59cb41 commit 999fb7dCopy full SHA for 999fb7d
mlir/utils/vscode/cpp-grammar.json
@@ -1,6 +1,6 @@
1
{
2
"scopeName": "source.cpp.mlir",
3
- "injectionSelector": "L:source.cpp",
+ "injectionSelector": "L:source.cpp -string.quoted.double.cpp -string.quoted.double.raw",
4
"patterns": [
5
6
"include": "#mlir-raw-string"
mlir/utils/vscode/package.json
@@ -2,7 +2,7 @@
"name": "vscode-mlir",
"displayName": "MLIR",
"description": "MLIR Language Extension",
- "version": "0.0.3",
+ "version": "0.0.4",
"publisher": "llvm-vs-code-extensions",
7
"homepage": "https://mlir.llvm.org/",
8
"icon": "icon.png",
0 commit comments