diff --git a/demo/kitchen-sink/docs/sh.sh b/demo/kitchen-sink/docs/sh.sh index b1da400d..4c5e6968 100755 --- a/demo/kitchen-sink/docs/sh.sh +++ b/demo/kitchen-sink/docs/sh.sh @@ -2,9 +2,9 @@ # Script to open a browser to current branch # Repo formats: -# ssh git@github.com:richoH/gh_pr.git -# http https://richoH@github.com/richoH/gh_pr.git -# git git://github.com/richoH/gh_pr.git +# ssh git@github.com:richo/gh_pr.git +# http https://richoH@github.com/richo/gh_pr.git +# git git://github.com/richo/gh_pr.git username=`git config --get github.user` diff --git a/lib/ace/mode/_test/tokens_sh.json b/lib/ace/mode/_test/tokens_sh.json index e4ab3412..53411906 100644 --- a/lib/ace/mode/_test/tokens_sh.json +++ b/lib/ace/mode/_test/tokens_sh.json @@ -11,13 +11,13 @@ ["comment","# Repo formats:"] ],[ "start", - ["comment","# ssh git@github.com:richoH/gh_pr.git"] + ["comment","# ssh git@github.com:richo/gh_pr.git"] ],[ "start", - ["comment","# http https://richoH@github.com/richoH/gh_pr.git"] + ["comment","# http https://richoH@github.com/richo/gh_pr.git"] ],[ "start", - ["comment","# git git://github.com/richoH/gh_pr.git"] + ["comment","# git git://github.com/richo/gh_pr.git"] ],[ "start" ],[ @@ -331,4 +331,4 @@ ["keyword","fi"] ],[ "start" -]] \ No newline at end of file +]]