ljos/sparql-mode

Add syntax highlighting for URLS

candera opened this issue · 0 comments

Motivation

Currently, URLs are displayed in default-face. It would be nice if they stood out somehow. Additionally, any # characters in the URL are currently interpreted as beginning a comment - this should get fixed, too.

Acceptance Criteria

  • URLs should be highlighted in a face other than the default one
  • URLs with fragment identifiers should not be interpreted as comments

Tech Notes

  • Maybe font-lock-constant-face?