Skip to content

Commit 56dfe4b

Browse files
committed
Add keywords for the new instance and target cell syntax.
1 parent b68185b commit 56dfe4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/prjunnamed.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"name": "markup.inserted.prjunnamed"
5555
},
5656
"cell-name": {
57-
"match": "buf|not|and|or|xor|mux|adc|eq|ult|slt|shl|ushr|sshr|xshr|mul|udiv|umod|sdiv_trunc|sdiv_floor|smod_trunc|smod_floor|match|assign|dff|iobuf|target|input|output|name|debug",
57+
"match": "buf|not|and|or|xor|mux|adc|eq|ult|slt|shl|ushr|sshr|xshr|mul|udiv|umod|sdiv_trunc|sdiv_floor|smod_trunc|smod_floor|match|assign|dff|iobuf|target|param|input|output|io|name|debug",
5858
"name": "keyword.other.cell.prjunnamed"
5959
},
6060
"memory-cell": {

0 commit comments

Comments
 (0)