Skip to content

Commit 075ebfc

Browse files
committed
build: update package.json
1 parent 2dfddfc commit 075ebfc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,11 @@
4747
},
4848
"eslintConfig": {
4949
"extends": "@drom/eslint-config/eslint4/node8"
50-
}
50+
},
51+
"tree-sitter": [
52+
{
53+
"scope": "source.verilog",
54+
"injection-regex": "^verilog$"
55+
}
56+
]
5157
}

0 commit comments

Comments
 (0)