feat(constant): add .fxml file extension (#8125)

feat(常量配置): 添加对JavaFX XML文件扩展名.fxml的支持
This commit is contained in:
Phantom 2025-07-14 14:49:40 +08:00 committed by GitHub
parent 810ebad9ba
commit 1fd92d6a5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -193,6 +193,7 @@ const textExtsByCategory = new Map([
'.htm',
'.xhtml', // HTML
'.xml', // XML
'.fxml', // JavaFX XML
'.org', // Org-mode
'.wiki', // Wiki
'.tex',