Skip to content

Commit

Permalink
feat:yml格式文件预览新增 #2713
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 authored Oct 31, 2024
1 parent 8bcd65c commit d86c47b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
|| this.filePath.endsWith('bat')
|| this.filePath.endsWith('json')
|| this.filePath.endsWith('yaml')
|| this.filePath.endsWith('yml')
|| this.filePath.endsWith('xml')
|| this.filePath.endsWith('log')
|| this.filePath.endsWith('ini')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@
|| row.fullPath.endsWith('bat')
|| row.fullPath.endsWith('json')
|| row.fullPath.endsWith('yaml')
|| row.fullPath.endsWith('yml')
|| row.fullPath.endsWith('xml')
|| row.fullPath.endsWith('log')
|| row.fullPath.endsWith('ini')
Expand Down Expand Up @@ -1419,6 +1420,7 @@
|| name.endsWith('bat')
|| name.endsWith('json')
|| name.endsWith('yaml')
|| name.endsWith('yml')
|| name.endsWith('xml')
|| name.endsWith('log')
|| name.endsWith('ini')
Expand Down

0 comments on commit d86c47b

Please sign in to comment.