aboutsummaryrefslogtreecommitdiffhomepage
path: root/Fish-Shell.sublime-project
blob: 6a4ca534ec11a48a6cd28b83af636ce393fb0995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
	"build_systems":
	[
		{
			"cmd":
			[
				"make",
				"user_doc"
			],
			"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
			"name": "Make Fish-Shell",
			"path": "/Users/Mark/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/X11/bin",
			"selector": "source.Makefile",
			"variants":
			[
				{
					"cmd":
					[
						"make",
						"clean"
					],
					"name": "Clean"
				},
				{
					"cmd":
					[
						"make",
						"user_doc"
					],
					"name": "User Docs"
				},
				{
					"cmd":
					[
						"make",
						"doc"
					],
					"name": "Dev Docs"
				},
				{
					"cmd":
					[
						"make",
						"test"
					],
					"name": "Test"
				}
			],
			"working_dir": "${project_path:${folder:${file_path}}}"
		}
	],
	"folders":
	[
		{
			"file_exclude_patterns":
			[
				"*.sublime-*"
			],
			"folder_exclude_patterns":
			[
				"autom4te.cache"
			],
			"follow_symlinks": true,
			"path": "."
		}
	],
	"settings":
	{
		"tab_size": 2
	}
}