summaryrefslogtreecommitdiff
path: root/gnome-pie.sublime-project
blob: 011b5a6b1bf8f647cbe8a7cd746a24d2597c0ca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "build_systems":
    [
        {
            "cmd":
            [
                "./make.sh"
            ],
            "file_regex": "^(..[^:]*):(.*)$",
            "name": "gnome-pie-project",
            "working_dir": "${project_path}"
        }
    ],
    "folders":
    [
        {
            "follow_symlinks": true,
            "path": ".",
            "folder_exclude_patterns": ["build"]
        }
    ]
}