Update inlay syntax to support 'inlayed' type and adjust parsing logic

This commit is contained in:
Kwaroran
2024-12-13 00:09:13 +09:00
parent 361e65fad6
commit a984b823a6
3 changed files with 19 additions and 14 deletions

View File

@@ -71,7 +71,7 @@
if(fileInput.length > 0){
for(const file of fileInput){
messageInput += `{{inlay::${file}}}`
messageInput += `{{inlayed::${file}}}`
}
fileInput = []
}