Skip to content

Commit

Permalink
Fix typo in legacy board-file grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Jan 10, 2018
1 parent bc4ba99 commit 3d27661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammars/pcb.board.cson
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repository:
2: name: "punctuation.section.end.pcb.board"
3: name: "entity.name.type.class.pcb.board"
patterns: [{
match: "^\\s*(\\Po\\s+.+\\s+)([~F][~P])\\s*$"
match: "^\\s*(Po\\s+.+\\s+)([~F][~P])\\s*$"
captures:
1: patterns: [include: "#fields"]
2: name: "keyword.operator.position-type.pcb.board"
Expand Down

0 comments on commit 3d27661

Please sign in to comment.