diff --git a/documentation/index.html.erb b/documentation/index.html.erb
index b0b2abc4..9e38b2cc 100644
--- a/documentation/index.html.erb
+++ b/documentation/index.html.erb
@@ -872,6 +872,10 @@ coffee --print app/scripts/*.coffee > concatenation.js
kchmck's Vim CoffeeScript
— which adds Vim syntax highlighting and indentation support.
+
+ yeungda's coffeescript-idea
+ — a plugin for IntelliJ IDEA and RubyMine providing syntax highlighting.
+
mattly's rack-coffee
— a small Rack middleware for serving CoffeeScript files as
diff --git a/index.html b/index.html
index 8482adda..19c7cb92 100644
--- a/index.html
+++ b/index.html
@@ -1820,6 +1820,10 @@ html = '<
kchmck's Vim CoffeeScript
— which adds Vim syntax highlighting and indentation support.
+
+ yeungda's coffeescript-idea
+ — a plugin for IntelliJ IDEA and RubyMine providing syntax highlighting.
+
mattly's rack-coffee
— a small Rack middleware for serving CoffeeScript files as