mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 15:30:50 +00:00
Add .m to the list of recognized language extensions.
This commit is contained in:
parent
4868a245b3
commit
f7006f13e8
1 changed files with 1 additions and 0 deletions
|
@ -466,6 +466,7 @@ file_language (const char *file, const char *ext)
|
|||
static ext_lang_t ext_lang[] = {
|
||||
{".r", lang_ruamoko},
|
||||
{".c", lang_ruamoko},
|
||||
{".m", lang_ruamoko},
|
||||
{".qc", lang_ruamoko},
|
||||
{".pas", lang_pascal},
|
||||
{".p", lang_pascal},
|
||||
|
|
Loading…
Reference in a new issue