Skip to content

Commit

Permalink
Merge pull request #303 from r-stein/protect_bookmark_icons
Browse files Browse the repository at this point in the history
Add bookmarks to protected regions
  • Loading branch information
jisaacks committed Aug 22, 2016
2 parents e4279b7 + 62bcc7b commit cb60e7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GitGutter.sublime-settings
Expand Up @@ -71,6 +71,7 @@
// regions, (e.g. Bookmarks, Linter/BracketHighlighter icons.)
"protected_regions": [
"sublimelinter-warning-gutter-marks",
"sublimelinter-error-gutter-marks"
"sublimelinter-error-gutter-marks",
"bookmarks"
]
}

0 comments on commit cb60e7a

Please sign in to comment.