Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImproved Emacs mode line detection #21
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 amode:specifier, so it would be nice not to have to includemode: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?