ljos / sparql-mode

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

Added support for variables in the query #35

Closed alf closed 9 years ago

alf commented 9 years ago

Variables in the query are marked by '?' or '$'. The marker is not part of the variable name, so $var and ?var represent the exact same variable.

Also fixed a style issue with the error message. According to the documentation for the error function the convention is that error messages start with a capital letter but do not end with a period.