Skip to content

Commit

Permalink
Added _isOptional to graphic, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieshepherd committed Sep 4, 2015
1 parent b6ad4f0 commit 114d637
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Sublime search guesses snippet titles

## Contributing

Please feel free to fork and contribute snippets to this small package. New snippets are welcome, please add them to the Source folder. Please do not compile a .sublime_package.
Please feel free to fork and contribute snippets to this small package. New snippets are welcome, please add them to the Source folder. Please do not compile a .sublime-package.

## License

Expand Down
5 changes: 3 additions & 2 deletions Source/graphic.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
},
"_pageLevelProgress": {
"_isEnabled": ${13:true}
}
}${14:,}
},
"_isOptional": ${14:true}
}${15:,}
]]></content>
<tabTrigger>adapt-graphic</tabTrigger>
<scope>source.json</scope>
Expand Down

0 comments on commit 114d637

Please sign in to comment.