We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 821509b commit 6f0959cCopy full SHA for 6f0959c
packages/language/syntaxes/graplix.tmLanguage.json
@@ -1,7 +1,9 @@
1
{
2
"name": "graplix",
3
"scopeName": "source.graplix",
4
- "fileTypes": [".graplix"],
+ "fileTypes": [
5
+ ".graplix"
6
+ ],
7
"patterns": [
8
9
"include": "#comments"
packages/vscode-extension/tsdown.config.ts
@@ -7,6 +7,7 @@ export default defineConfig({
target: "node18",
clean: true,
dts: false,
10
+ inlineOnly: false,
11
external: ["vscode"],
12
noExternal: [
13
"@graplix/language",
0 commit comments