atom-language-livecode icon indicating copy to clipboard operation
atom-language-livecode copied to clipboard

Improved Emacs mode line detection

Open peter-b opened this issue 9 years ago • 0 comments

In a file opened with Emacs, having -*-Makefile-*- in the first line of the file will select Makefile editing mode. There's no need to have a mode: specifier, so it would be nice not to have to include mode: in language-livecode's detection regexp.

Also, we don't currently have any options for how to specify LiveCode Builder vs LiveCode Script mode.

What about case-insensitively using -*-livecode-*- or -*-livecode[script]-*- for LCS mode, -*-livecode[server]-*- for LiveCode Server / revIgniter mode, and -*-livecode[builder]-*- for LCB mode?

peter-b avatar Oct 27 '15 15:10 peter-b