ljos / sparql-mode

A SPARQL mode for emacs
GNU General Public License v3.0
59 stars 23 forks source link

Recommend .rq file extension. #40

Closed donpellegrino closed 9 years ago

donpellegrino commented 9 years ago

The README.org file recommends using .sparql for the auto-mode-alist. The W3C recommendation for SPARQL states:

'It is recommended that sparql query files have the extension ".rq" (all lowercase) on all platforms.'

Therefore the Getting Started section of README.org should include:

(add-to-list 'auto-mode-alist '(".rq$" . sparql-mode))