Skip to content

Commit

Permalink
Add <&ns> for #
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Jul 27, 2013
1 parent 98a1ed7 commit 06ddbaf
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -44,6 +44,9 @@ else if (event.getName().equalsIgnoreCase("&rc"))

else if (event.getName().equalsIgnoreCase("&lc"))
event.setReplaced("{");

else if (event.getName().equalsIgnoreCase("&ns"))
event.setReplaced("#");

}

Expand Down

0 comments on commit 06ddbaf

Please sign in to comment.