mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 04:18:48 +00:00
Merge pull request #132 from pmoura/detect-logtalk-language
Added detection for the Logtalk language (http://logtalk.org/)
This commit is contained in:
@@ -573,6 +573,12 @@ Literate Haskell:
|
||||
extensions:
|
||||
- .lhs
|
||||
|
||||
Logtalk:
|
||||
type: programming
|
||||
primary_extension: .lgt
|
||||
extensions:
|
||||
- .lgt
|
||||
|
||||
Lua:
|
||||
type: programming
|
||||
primary_extension: .lua
|
||||
|
||||
@@ -53,6 +53,7 @@ application/xaml+xml @xaml :8bit
|
||||
image/x-icns @icns
|
||||
text/cache-manifest @manifest
|
||||
text/plain @cu,cxx
|
||||
text/x-logtalk @lgt
|
||||
text/x-nemerle @n
|
||||
text/x-nimrod @nim
|
||||
text/x-ocaml @ml,mli,mll,mly,sig,sml
|
||||
|
||||
Reference in New Issue
Block a user