File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 19
19
"application/x-yaml" ,
20
20
"application/atom+xml" ,
21
21
"application/rss+xml" ,
22
- "application/x-msdos-program" ,
23
- "application/pgp-keys"
22
+ "application/pgp-keys" ,
23
+ "application/ecmascript" , # Like JavaScript
24
+ "application/sql" , # SQL code
25
+ "application/x-sh" , # Shell scripts
26
+ "application/x-python" , # Python scripts
27
+ "application/x-perl" , # Perl scripts
28
+ "application/x-php" , # PHP code
29
+ "application/x-latex" , # LaTeX documents
30
+ "application/x-troff" , # manpage source
31
+ "application/x-markdown" , # Markdown files
32
+ "application/ld+json" , # JSON-LD
33
+ "application/vnd.api+json" , # API JSON (used in REST)
34
+ "application/x-ndjson" , # Newline-delimited JSON
35
+ "application/x-httpd-php" , # PHP source
36
+ "application/x-msdos-program"
24
37
25
38
}
26
39
You can’t perform that action at this time.
0 commit comments