mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
Register "Emakefile" as an Erlang filename (#3443)
This commit is contained in:
committed by
Brandon Black
parent
e7b5e25bf8
commit
32147b629e
@@ -1156,6 +1156,7 @@ Erlang:
|
|||||||
- ".xrl"
|
- ".xrl"
|
||||||
- ".yrl"
|
- ".yrl"
|
||||||
filenames:
|
filenames:
|
||||||
|
- Emakefile
|
||||||
- rebar.config
|
- rebar.config
|
||||||
- rebar.config.lock
|
- rebar.config.lock
|
||||||
- rebar.lock
|
- rebar.lock
|
||||||
|
|||||||
7
samples/Erlang/filenames/Emakefile
Normal file
7
samples/Erlang/filenames/Emakefile
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{"src/*", [
|
||||||
|
report,
|
||||||
|
verbose,
|
||||||
|
{i, "include"},
|
||||||
|
{outdir, "ebin"},
|
||||||
|
debug_info
|
||||||
|
]}.
|
||||||
Reference in New Issue
Block a user