13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
|
/**
|
||
|
Logtalk source file specs.
|
||
|
*/
|
||
|
(
|
||
|
{
|
||
|
Identifier = sourcecode.lgt;
|
||
|
BasedOn = sourcecode;
|
||
|
Extensions = (lgt);
|
||
|
MIMETypes = ("text/x-logtalk");
|
||
|
ComputerLanguage = logtalk;
|
||
|
}
|
||
|
)
|