Skip to content

Commit 0e49fb3

Browse files
committedJul 27, 2017
Define comment patterns for Gerber grammar
1 parent 8d9fce1 commit 0e49fb3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎settings/editor.cson

+5
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@
77
.source.pcb.schematic":
88
editor:
99
commentStart: "# "
10+
11+
".source.gerber":
12+
editor:
13+
commentStart: "G04 "
14+
commentEnd: "*"

0 commit comments

Comments
 (0)
Please sign in to comment.