mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
add HTTP language
Useful for `curl -i` dumps. Had to add primary_extension although this data is usually not saved in files, but shown as code blocks.
This commit is contained in:
@@ -579,6 +579,10 @@ HTML+PHP:
|
||||
extensions:
|
||||
- .phtml
|
||||
|
||||
HTTP:
|
||||
type: data
|
||||
primary_extension: .http
|
||||
|
||||
HaXe:
|
||||
type: programming
|
||||
lexer: haXe
|
||||
|
||||
Reference in New Issue
Block a user