summaryrefslogtreecommitdiff
path: root/lib/pry/code
diff options
context:
space:
mode:
authorGustavo Villa <gustavo@backlotcars.com>2015-12-19 02:06:51 -0300
committerGustavo Villa <gustavo@backlotcars.com>2015-12-19 02:06:51 -0300
commit3410b8006d50e061dd7517c48de728face77ea23 (patch)
tree68cfaea47ca9c932495296281e2be676c3ccf324 /lib/pry/code
parentf0bbb268d610d17497a24e06d7b75ee3532f047a (diff)
downloadpry-3410b8006d50e061dd7517c48de728face77ea23.tar.gz
Small code improvement.
Diffstat (limited to 'lib/pry/code')
-rw-r--r--lib/pry/code/code_file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pry/code/code_file.rb b/lib/pry/code/code_file.rb
index 641bdf0a..f38e621e 100644
--- a/lib/pry/code/code_file.rb
+++ b/lib/pry/code/code_file.rb
@@ -17,7 +17,7 @@ class Pry
%w(.c .h) => :c,
%w(.rhtml) => :rhtml,
%w(.yaml .yml) => :yaml,
- %w(.cpp .hpp .cc .h cxx) => :cpp,
+ %w(.cpp .hpp .cc .h .cxx) => :cpp,
%w(.rb .ru .irbrc .gemspec .pryrc .rake) => :ruby,
}