Skip to content

Commit

Permalink
Fix tm_properties, rspec recognition
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Federman committed Dec 12, 2016
1 parent 62b7c1f commit 1599cfb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tm_properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ excludeInFolderSearch = "{$excludeInFolderSearch,log,tmp,node_modules,deps,_buil
[ "*_spec.rb" ]
fileType = 'source.ruby.rspec'

[ "*.es6", "*.jsx" ]
[ "*.{es6}" ]
fileType = 'source.js.babel'
[ "*.{jsx}" ]
fileType = 'source.js.babel'

# Variables
# Variables (don’t appear to work?)
TM_RUBY = "$HOME/.chruby-shim"
TM_TAGS_FILE = "$TM_PROJECT_DIRECTORY/.git/tags"

0 comments on commit 1599cfb

Please sign in to comment.