Skip to content

Commit 4c4cc92

Browse files
committed
Add "Lint Pluto" build system
1 parent 6bf814f commit 4c4cc92

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"cmd": ["plutoc", "-p", "--", "$file"],
3+
"file_regex": "^(?:pluto:)?[\t ](...*?):([0-9]*):?([0-9]*)",
4+
"selector": "source.pluto"
5+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"cmd": ["pluto", "$file"],
2+
"cmd": ["pluto", "--", "$file"],
33
"file_regex": "^(?:pluto:)?[\t ](...*?):([0-9]*):?([0-9]*)",
44
"selector": "source.pluto"
55
}

0 commit comments

Comments
 (0)