File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -84,10 +84,11 @@ endif
8484
8585if s: path = ~# ' /app/controllers/.*\.rb$'
8686 syn keyword rubyHelper params request response session headers cookies flash
87- syn keyword rubyMacro protect_from_forgery skip_forgery_protection
87+ syn keyword rubyMacro protect_from_forgery skip_forgery_protection http_basic_authenticate_with
8888 syn match rubyMacro ' \< respond_to\>\z e[( ] *[:*]'
8989 syn match rubyResponse ' \< respond_to\>\z e[( ] *\% ([&{]\| do\>\) '
9090 syn keyword rubyResponse render head redirect_to redirect_back respond_with send_data send_file
91+ syn keyword rubyResponse authenticate_or_request_with_http_basic authenticate_with_http_basic http_basic_authenticate_or_request_with request_http_basic_authentication
9192endif
9293
9394let b: rails_path = s: path
You can’t perform that action at this time.
0 commit comments