Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save adamdawkins/6810818 to your computer and use it in GitHub Desktop.
Save adamdawkins/6810818 to your computer and use it in GitHub Desktop.
" File: .vim/syntax/rdoc.vim
" RDoc inline links: protocol optional user:pass@ sub/domain .com, .co.uk, etc optional port path/querystring/hash fragment
" ------------ _____________________ --------------------------- ________________________ ----------------- __
syntax match rdocInlineURL /https\?:\/\/\(\w\+\(:\w\+\)\?@\)\?\([A-Za-z][-_0-9A-Za-z]*\.\)\{1,}\(\w\{2,}\.\?\)\{1,}\(:[0-9]\{1,5}\)\?\S*/
HtmlHiLink rdocInlineURL htmlLink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment