File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,9 +168,9 @@ syn match elixirExceptionDeclaration "[^[:space:];#<]\+" contained
168168syn  match  elixirCallbackDeclaration  " [^[:space:];#<,()\[\] ]\+ "  contained  contains =elixirFunctionDeclaration  skipwhite  skipnl 
169169
170170"  ExUnit
171- syn  match  elixirExUnitMacro  " \( ^\s *\)\@ <=\<\( test\| describe\| setup\| setup_all\| on_exit\| doctest\)\> " 
172- syn  match  elixirExUnitAssert  " \( ^\s *\)\@ <=\<\( assert\| assert_in_delta\| assert_raise\| assert_receive\| assert_received\| catch_error\)\> " 
173- syn  match  elixirExUnitAssert  " \( ^\s *\)\@ <=\<\( catch_exit\| catch_throw\| flunk\| refute\| refute_in_delta\| refute_receive\| refute_received\)\> " 
171+ syn  match  elixirExUnitMacro  " \C\ ( ^\s *\)\@ <=\<\( test\| describe\| setup\| setup_all\| on_exit\| doctest\)\> " 
172+ syn  match  elixirExUnitAssert  " \C\ ( ^\s *\)\@ <=\<\( assert\| assert_in_delta\| assert_raise\| assert_receive\| assert_received\| catch_error\)\> " 
173+ syn  match  elixirExUnitAssert  " \C\ ( ^\s *\)\@ <=\<\( catch_exit\| catch_throw\| flunk\| refute\| refute_in_delta\| refute_receive\| refute_received\)\> " 
174174
175175hi  def  link  elixirBlockDefinition  Define 
176176hi  def  link  elixirDefine  Define 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments