aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuldeep Aggarwal <kd.engineer@yahoo.co.in>2013-11-17 08:12:20 +0530
committerKuldeep Aggarwal <kd.engineer@yahoo.co.in>2013-11-17 08:14:13 +0530
commit4e7d7fc86320ca71ec4e88792d698b757404bee1 (patch)
treee95b83ef89efe78ac73c13e1d361bcb4929bb253
parentfa13d8e6d926c601070104c7075be39618280272 (diff)
downloadrails-4e7d7fc86320ca71ec4e88792d698b757404bee1.tar.gz
rails-4e7d7fc86320ca71ec4e88792d698b757404bee1.tar.bz2
rails-4e7d7fc86320ca71ec4e88792d698b757404bee1.zip
[ci skip]updated documentation: added sass and less extensions
-rw-r--r--railties/lib/rails/source_annotation_extractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/source_annotation_extractor.rb b/railties/lib/rails/source_annotation_extractor.rb
index b806b922b7..3cf6a005ea 100644
--- a/railties/lib/rails/source_annotation_extractor.rb
+++ b/railties/lib/rails/source_annotation_extractor.rb
@@ -67,7 +67,7 @@ class SourceAnnotationExtractor
# Returns a hash that maps filenames under +dir+ (recursively) to arrays
# with their annotations. Only files with annotations are included. Files
# with extension +.builder+, +.rb+, +.erb+, +.haml+, +.slim+, +.css+,
- # +.scss+, +.js+, +.coffee+, and +.rake+
+ # +.scss+, +.js+, +.coffee+, +.rake+, +.sass+ and +.less+
# are taken into account.
def find_in(dir)
results = {}