mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-25 14:41:38 +00:00
17 lines
449 B
Plaintext
17 lines
449 B
Plaintext
{
|
|
"target": "sublimerepl_build_system_hack",
|
|
"cmd": {
|
|
"file_path": "${file_path}",
|
|
"file": "${file}",
|
|
"file_name": "${file_name}",
|
|
"file_extension": "${file_extension}",
|
|
"file_base_name": "${file_base_name}",
|
|
"packages": "${packages}",
|
|
"project": "${project}",
|
|
"project_path": "${project_path}",
|
|
"project_name": "${project_name}",
|
|
"project_extension": "${project_extension}",
|
|
"project_base_name": "${project_base_name}"
|
|
}
|
|
}
|