show newt failure in vscode

This commit is contained in:
2024-09-14 21:55:27 -07:00
parent ac7a61e1fd
commit b65a76ccd3
4 changed files with 12 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
},
{
"name": "keyword.newt",
"match": "\\b(data|where|case|of|let|in|U|module|ptype|pfunc)\\b"
"match": "\\b(data|where|case|of|let|in|U|module|ptype|pfunc|infix|infixl|infixr)\\b"
}
]
}