Skip to content

Commit

Permalink
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Default.sublime-keymap
Original file line number Diff line number Diff line change
@@ -165,7 +165,7 @@
},{
"key": "preceding_text",
"operator": "regex_match",
"operand": "^\\s*(?>\\*/?|//)\\s?",
"operand": "^\\s*(?>\\*/?)\\s?",
"match_all": true
}],
"args": {
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -63,7 +63,6 @@ Go to symbol with emojis:
### Single line comment shortcuts

* `Shift+Enter` creates new single line comment.
* `Backspace` deletes the current line and goes to the previous one.
![Single line docblock preview](art/single-line.gif)

## Installation

0 comments on commit 162cc3b

Please sign in to comment.