We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c79bc commit 9bc67c1Copy full SHA for 9bc67c1
after/syntax/ruby/rails.vim
@@ -21,7 +21,7 @@ hi def link rubyHelper Function
21
let s:has_app = exists('*RailsDetect') && RailsDetect()
22
let s:path = tr(expand('%:p'), '\', '/')
23
24
-if s:path =~# '\v/app/%(channels|controllers|helpers|jobs|mailers|models)/.*\.rb$\|/app/views/'
+if s:path =~# '\v/app/%(channels|controllers|helpers|jobs|mailers|models)/.*\.rb$|/app/views/'
25
syn keyword rubyHelper logger
26
endif
27
0 commit comments