Skip to content

Commit 676367a

Browse files
committedDec 23, 2018
Update readme file and package's keywords list
1 parent 864cca9 commit 676367a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Currently included:
1111
* [KiCad PCB Boards][3]
1212
* [KiCad PCB Schematics][3]
1313
* [KiCad PCB Layouts][3]
14+
* [LTSpice Symbols][8]
1415

1516
Stuff that could be included:
1617

@@ -42,3 +43,4 @@ Flags("nameonpcb,uniquename,clearnew,snappin")
4243
[5]: http://www.artwork.com/gerber/drl2laser/excellon/index.htm
4344
[6]: http://www.johnjohnson.info/wp-content/uploads/2013/05/pcbgcode.pdf
4445
[7]: http://pcb.geda-project.org/
46+
[8]: http://www.zen22142.zen.co.uk/ltspice/newsymbols.htm

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "language-pcb",
33
"version": "1.0.1",
44
"description": "Syntax highlighting for various PCB (Printed Circuit Board) formats.",
5-
"keywords": ["KiCad", "circuitry", "circuitboard", "CAD", "Gerber", "RS-274X"],
5+
"keywords": ["KiCad", "circuitry", "circuitboard", "CAD", "Gerber", "RS-274X", "LTSpice"],
66
"repository": "https://github.com/Alhadis/language-pcb",
77
"author": "Alhadis <gardnerjohng@gmail.com>",
88
"license": "ISC",

0 commit comments

Comments
 (0)
Please sign in to comment.