Skip to content

Commit

Permalink
Commenting shortcut now inserts colon instead of space after #.
Browse files Browse the repository at this point in the history
  • Loading branch information
calculuswhiz committed Feb 8, 2015
1 parent 8de6743 commit 90bd9a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"install" : "messages/install.txt",
"1.0.1": "messages/1.0.1.txt",
"1.0.2": "messages/1.0.2.txt"
"1.0.2": "messages/1.0.2.txt",
"1.1.2": "messages/1.1.2.txt"
}
3 changes: 3 additions & 0 deletions messages/1.1.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
v1.1.2 !!ACHTUNG!!

The commenting shortcut will now insert `#:' instead of `# '. This was done to help prevent people accidentally putting directives in their comments.

0 comments on commit 90bd9a0

Please sign in to comment.