Skip to content

Commit 7eefcef

Browse files
unknownunknown
authored andcommitted
Add Syntax and build command
1 parent 48b561d commit 7eefcef

File tree

3 files changed

+468
-2
lines changed

3 files changed

+468
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sublime_gnuplot
1+
Sublime Gnuplot
22
===============
33

4-
Gnuplot Backage for Sublime TExt
4+
Simple package to provide syntax higlighting and a build command for gnuplot

gnuplot.sublime-build

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"cmd": ["gnuplot", "$file"],
3+
"working_dir": "${project_path:${folder}}",
4+
"selector": "source.gnuplot"
5+
}

0 commit comments

Comments
 (0)