Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

peter-b/lcb-mode

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lcb-mode: An Emacs major mode for LiveCode Builder programming

lcb-mode makes editing LiveCode Builder modules, libraries and widgets in Emacs a pleasurable experience. It requires Emacs 24 (or newer).

Manual installation

To install manually, check out this repository and add the following to your .emacs file:

(add-to-list 'load-path "/path/to/lcb-mode")
(autoload 'lcb-mode "lcb-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.rs\\'" . lcb-mode))

This associates lcb-mode with .lcb files. To enable it explicitly, do M-x lcb-mode.

Package installation from MELPA

It may be considerably easier to use Emacs' package manager to install lcb-mode for you. If you haven't already added MELPA, the community package source, add this to your .emacs file:

(require 'package)
(add-to-list 'package-archives
             '("melpa" . "https://melpa.org/packages/") t)
(package-initialize)

Once you've done this, you can load the package listing with:

  1. M-x eval-buffer
  2. M-x package-refresh-contents

Install lcb-mode

Once MELPA has been added, you there are two ways to install lcb-mode:

  • choosing it from the package list, accessible with M-x package-list-packages
  • M-x package-install lcb-mode

Reporting bugs and contributing

Please report any problems to the GitHub issue tracker.

Authors

License

lcb-mode is distributed under the terms of the GNU General Public License version 3 (GPLv3).

See the LICENSE file for details.

About

LiveCode Builder major mode for Emacs

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.