Skip to content

Commit 6f0959c

Browse files
fix build error
1 parent 821509b commit 6f0959c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/language/syntaxes/graplix.tmLanguage.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "graplix",
33
"scopeName": "source.graplix",
4-
"fileTypes": [".graplix"],
4+
"fileTypes": [
5+
".graplix"
6+
],
57
"patterns": [
68
{
79
"include": "#comments"

packages/vscode-extension/tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default defineConfig({
77
target: "node18",
88
clean: true,
99
dts: false,
10+
inlineOnly: false,
1011
external: ["vscode"],
1112
noExternal: [
1213
"@graplix/language",

0 commit comments

Comments
 (0)