-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The plug-in to comment line doesn't work for SPICE codes.
To solve this problem I added a <property> tag "line-comment-start" to the <metadata> section. Now it looks like this:
<metadata>
<property name="mimetypes">text/x-sp;text/x-spsrc;test/x-spice</property>
<property name="globs">*.sp;*.net;*.sub;*.cir;*.ckt;*.cdl;*.mdl;*.mod;*.scs;*.spi;*.spice</property>
<property name="line-comment-start">*</property>
</metadata>
You could include this.
Metadata
Metadata
Assignees
Labels
No labels