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 c7142af commit 8ed5ac3Copy full SHA for 8ed5ac3
autoload/rails.vim
@@ -3600,7 +3600,7 @@ function! s:BufSyntax()
3600
syn match rubyRailsTestMethod '\.\@<!\<stub\>!\@!'
3601
if !buffer.type_name('spec-model')
3602
syn match rubyRailsTestControllerMethod '\.\@<!\<\%(get\|post\|put\|delete\|head\|process\|assigns\)\>'
3603
- syn keyword rubyRailsTestControllerMethod integrate_views
+ syn keyword rubyRailsTestControllerMethod integrate_views render_views
3604
syn keyword rubyRailsMethod params request response session flash
3605
syn keyword rubyRailsMethod polymorphic_path polymorphic_url
3606
endif
0 commit comments