mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-02 13:41:48 +01:00
🎨 Add .cs file to assets search index https://github.com/siyuan-note/siyuan/issues/14983
This commit is contained in:
parent
81d245877a
commit
084ddfd389
2 changed files with 2 additions and 1 deletions
|
|
@ -475,6 +475,7 @@ func NewAssetsSearcher() *AssetsSearcher {
|
|||
".opml": txtAssetParser,
|
||||
".org": txtAssetParser,
|
||||
".wiki": txtAssetParser,
|
||||
".cs": txtAssetParser,
|
||||
".docx": &DocxAssetParser{},
|
||||
".pptx": &PptxAssetParser{},
|
||||
".xlsx": &XlsxAssetParser{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue