Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
connected committed Aug 10, 2016
1 parent 6c9bd72 commit 4af81d7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,18 +186,18 @@ There are a number of predefined variables that you can pass to command (eg. cur

|Variable|Value example|
|---|---|
|${file}|/var/www/index.html
|${file_path}|/var/www
|${file_name}|index.html
|${file_extension}|.html
|${file_base_name}|index
|${packages}|/home/andrew/.config/sublime-text-3/Packages
|${project}|/var/www/my-project.sublime-project
|${project_path}|/var/www
|${project_name}|my-project.sublime-project
|${project_extension}|.sublime-project
|${project_base_name}|my-project
|${project_folders}|/var/www
|${file}|/var/www/index.html|
|${file_path}|/var/www|
|${file_name}|index.html|
|${file_extension}|.html|
|${file_base_name}|index|
|${packages}|/home/andrew/.config/sublime-text-3/Packages|
|${project}|/var/www/my-project.sublime-project|
|${project_path}|/var/www|
|${project_name}|my-project.sublime-project|
|${project_extension}|.sublime-project|
|${project_base_name}|my-project|
|${project_folders}|/var/www|

```json
[
Expand Down

0 comments on commit 4af81d7

Please sign in to comment.