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
- Host: GitHub
- URL: https://github.com/Omer/vim-sparql
- Owner: Omer
- Created: 2012-03-08T12:57:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-08T13:07:40.000Z (over 13 years ago)
- Last Synced: 2024-05-14T10:31:56.121Z (over 1 year ago)
- Language: VimL
- Homepage: http://www.vim.org/scripts/script.php?script_id=1755
- Size: 87.9 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-semantic-web - vim-sparql
- awesome-GLAM-semweb - vim-sparql
- awesome-semantic-web - vim-sparql
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