### Question #### 目的 实现 solidity 和 Move 语言的代码高亮以及补全 #### 遇到的问题 使用示例的配置不能完全实现高亮与代码补全 #### 使用的方法 示例配置:https://dtstack.github.io/molecule/docs/next/quick-start/#use-monaco-editor-language-pack <img width="975" alt="image" src="https://github.com/user-attachments/assets/f7221cff-7ca1-44ec-b94d-e6827bc736fe"> #### 使用效果 py: <img width="868" alt="image" src="https://github.com/user-attachments/assets/a0dfeaab-5bc6-49a7-935a-673ba478f2db"> rust <img width="665" alt="image" src="https://github.com/user-attachments/assets/4ee2ac4a-9d2f-48ec-b2b4-05129f863abf"> c <img width="640" alt="image" src="https://github.com/user-attachments/assets/17d567e1-1ccf-459b-8318-0bf47695d7d9"> go <img width="754" alt="image" src="https://github.com/user-attachments/assets/fef17c7b-3a5a-4182-b7b1-65a6f8091a86"> #### 期望效果 <img width="587" alt="image" src="https://github.com/user-attachments/assets/061a176f-df22-41d7-98b6-3897808909f7"> <img width="737" alt="image" src="https://github.com/user-attachments/assets/2c261bfa-4368-458b-bea9-8f83bae9c069">