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
Ngspice is the open source spice simulator for electric and electronic circuits.
The attached patch adds basic support for highlighting Ngspice/SPICE 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.
Important
This issue was migrated from Trac:
gszymaszek
(@gszy)The attached patch adds basic support for highlighting Ngspice/SPICE circuit description files syntax. Two main contexts are defined:
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.
Note
Original attachments:
gszymaszek
(@gszy) onDec 1, 2021 at 13:38 UTC
The text was updated successfully, but these errors were encountered: