aboutsummaryrefslogtreecommitdiffstats
path: root/hints-for-embedded.js
diff options
context:
space:
mode:
authoranekos2010-03-26 12:56:37 +0000
committeranekos2010-03-26 12:56:37 +0000
commitd21b9bcbe692ee47e7e6b630473d81ef410b5d3e (patch)
treeae065f500c6baca35a9159fa7fca9d7da7911e97 /hints-for-embedded.js
parent73cc5e1bdf882e4f92b45b468cae746a2ca20f1e (diff)
downloadvimperator-plugins-d21b9bcbe692ee47e7e6b630473d81ef410b5d3e.tar.bz2
YouTubeの動画IDを構成する文字種追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37097 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'hints-for-embedded.js')
-rwxr-xr-xhints-for-embedded.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/hints-for-embedded.js b/hints-for-embedded.js
index b37ec79..3a53de3 100755
--- a/hints-for-embedded.js
+++ b/hints-for-embedded.js
@@ -38,7 +38,7 @@ let PLUGIN_INFO =
<name>Hints For Embedded Objects</name>
<description>Add the hints mode for Embedded objects.</description>
<description lang="ja">埋め込み(embed)オブジェクト用ヒントモード</description>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author>
<license>new BSD License (Please read the source code comments of this plugin)</license>
<license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license>
@@ -58,7 +58,7 @@ let PLUGIN_INFO =
// INFO {{{
let INFO =
<>
- <plugin name="HintsForEmbeded" version="1.0.1"
+ <plugin name="HintsForEmbeded" version="1.0.2"
href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/hints-for-embedded.js"
summary="Add the hints mode for embedded objects."
lang="en-US"
@@ -102,7 +102,7 @@ let INFO =
</description>
</item>
</plugin>
- <plugin name="HintsForEmbeded" version="1.0.1"
+ <plugin name="HintsForEmbeded" version="1.0.2"
href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/hints-for-embedded.js"
summary="埋め込み(embed)オブジェクト用ヒントモード"
lang="ja"
@@ -172,7 +172,7 @@ let INFO =
youtube: {
site: /youtube/,
name: /.*/,
- value: /youtube\.com\/v\/([-a-zA-Z0-9]+)/,
+ value: /youtube\.com\/v\/([-a-zA-Z0-9_]+)/,
url: function (id) ('http://www.youtube.com/watch?v=' + id)
}
};