An open API service indexing awesome lists of open source software.

https://github.com/Omer/vim-sparql

Vim syntax file for SPARQL
https://github.com/Omer/vim-sparql

Last synced: 18 days ago
JSON representation

Vim syntax file for SPARQL

Awesome Lists containing this project

README

          

# VIM-SPARQL

This is an unofficial fork of [http://www.vim.org/scripts/script.php?script_id=1755](http://www.vim.org/scripts/script.php?script_id=1755). This fork simply adds a filetype detection.

This is a first stab at syntax highlighting for SPARQL.
Very useful if you write SPARQL in, for example, `rq` files that you can use with the `roqet` command line query processor.

More information on SPARQL at [http://www.w3.org/TR/rdf-sparql-query/](http://www.w3.org/TR/rdf-sparql-query/).

Original by Jeroen Pulles, 2007-01-07