Skip to content

kotwys/lingvo-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lingvo Mode

Provides a major mode for editing Dictionary Specification Language files that are used by ABBYY Lingvo and other dictionary applications.

A screenshot

Only the basic functionality (syntax highlighting, indentation) is provided at the moment.

Installation

To use this mode, you need to have Emacs 30.1 or newer built with tree-sitter support.

The tree-sitter lingvo grammar should be available for Emacs. You can have Emacs build it for you automatically through treesit-language-source-alist (refer to the Info page) or build it yourself and make Emacs know about it.

When all the requirements are met, in Emacs run the command:

M-x package-install-file RET

and specify the path to the lingvo-mode.el file that you have downloaded.

Usage

To activate the mode, run the command:

M-x lingvo-mode RET

Also, you may want to have the mode started automatically for all the .dsl files (but sometimes you may want not to). To do this, add the following to your init file:

(add-to-list 'auto-mode-alist '("\\.dsl\\'" . lingvo-mode))

About

An Emacs major mode for editing Dictionary Specification Language (DSL) files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published