File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ hi def link rubyUserAssertion rubyAssertion
1717hi def link rubyAssertion rubyException
1818hi def link rubyTestAction rubyControl
1919hi def link rubyHelper Function
20+ hi def link rubyDebug Debug
2021
2122let s: has_app = exists (' *RailsDetect' ) && RailsDetect ()
2223let s: path = tr (expand (' %:p' ), ' \' , ' /' )
@@ -157,6 +158,8 @@ if s:path =~# '/spec/.*_spec\.rb$'
157158 syn keyword rubyTestMacro before after around background setup teardown
158159 syn keyword rubyTestMacro context describe feature shared_context shared_examples shared_examples_for containedin =rubyKeywordAsMethod
159160 syn keyword rubyTestMacro it example specify scenario include_examples include_context it_should_behave_like it_behaves_like
161+ syn keyword rubyDebug fcontext fdescribe containedin =rubyKeywordAsMethod
162+ syn keyword rubyDebug fit fexample fspecify
160163 syn keyword rubyComment xcontext xdescribe xfeature containedin =rubyKeywordAsMethod
161164 syn keyword rubyComment xit xexample xspecify xscenario
162165endif
You can’t perform that action at this time.
0 commit comments