Skip to content

Commit

Permalink
Update filetypes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillajonathan authored and sharkdp committed Nov 2, 2023
1 parent e3958e1 commit 8ad044f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/filetypes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,14 @@ programming:
perl: [.pl, .pm, .pod, .t, .cgi]
php: [.php]
powershell: [.ps1, .psm1, .psd1]
prql: [.prql]
puppet: [.pp, .epp]
purescript: [.purs]
python: [.py]
r: [.r]
ruby: [.rb]
rust: [.rs]
sass: [.sass, .scss]
scala: [.scala, .sbt]
shell: [.sh, .bash, .bashrc, .bash_profile, .zsh, .fish]
sql: [.sql]
Expand All @@ -165,6 +167,7 @@ programming:
typescript: [.ts, .tsx]
v: [.v, .vsh]
viml: [.vim]
zig: [.zig]

tooling:
vcs:
Expand All @@ -184,6 +187,7 @@ programming:
- .ignore
- .fdignore
- .rgignore
- .tfignore

build:
cmake:
Expand Down Expand Up @@ -253,14 +257,17 @@ media:
- .bmp
- .eps
- .gif
- .heif
- .ico
- .jpeg
- .jpg
- .jxl
- .pbm
- .pgm
- .png
- .ppm
- .psd
- .qoi
- .svg
- .tif
- .tiff
Expand Down Expand Up @@ -303,6 +310,7 @@ media:
- .otf
- .ttf
- .woff
- .woff2

office:
document:
Expand Down Expand Up @@ -378,6 +386,7 @@ executable:
- .so
- .a
- .dll
- .dylib

linux:
- .ko
Expand Down Expand Up @@ -442,5 +451,6 @@ unimportant:
- .pid
- .swp
- .tmp
- bun.lockb
- go.sum
- package-lock.json

0 comments on commit 8ad044f

Please sign in to comment.