Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nsubiron committed Sep 24, 2015
1 parent b172483 commit 9d3052f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Sublime Text's Suricate
Sublime Text's Suricate provides an easier way to implement simple commands to
extend Sublime Text functionality without the need to create a new plugin. It
unifies the concept of command, key-binding and menu entry in a single one-place
definition. Sublime Suricate loads a single plugin parses and handles the whole
definition.

Sublime Suricate loads a single plugin that parses and handles the whole
collection of commands, enabling and disabling commands based on a simple set of
flags and settings. The commands are organized in _Suricate Profiles_, when a
profile is active the commands in it are parsed and the necessary Sublime Text
Expand Down

0 comments on commit 9d3052f

Please sign in to comment.