mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
52d9d7946f
Add basic support for highlighting Ngspice/SPICE (http://ngspice.sourceforge.net/) circuit description files syntax. Two main contexts are defined: - the default context, where the circuit is described, - the control script context (between .control and .endc). The default context highlights dot commands, circuit element instance names and model types. The control script context highlights supported functions/commands and known variables. Both contexts highlight comments and line continuation marks. Other than two FIXMEs, it is a known issue the first line of the file is part of the default context, while in most cases it would contain the file title. Signed-off-by: Andrew Borodin <aborodin@vmail.ru> |
||
---|---|---|
.. | ||
ext.d | ||
macros.d | ||
skins | ||
syntax | ||
.gitignore | ||
edit.indent.rc | ||
filehighlight.ini | ||
Makefile.am | ||
mc.charsets.in | ||
mc.default.keymap | ||
mc.emacs.keymap | ||
mc.ext.in | ||
mc.keymap | ||
mc.lib | ||
mc.macros | ||
mc.menu.in | ||
mcedit.menu.in | ||
xterm.ad |