You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: