n3.vim : RDF Notation 3 Syntax File
script karma |
Rating 109/49,
Downloaded by 3408 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Niklas Lindström |
|
script type |
syntax |
|
description |
This is a syntax file to highlight Notation 3 documents for describing RDF (meta-)data.
It handles basic highlighting, but has not currently any complex error detecting features (e.g. for non-closed statements etc), nor any fold regions defined.
About Notation 3 (excerpt from: http://www.w3.org/DesignIssues/Notation3.html):
"This is a langauge which is a compact and readable alternative to RDF's XML syntax, but also is extended to allow greater expressiveness."
That said, download this and see if it helps you in semantic endeavours.
Comments, suggestions and assistance are all welcome!
|
|
install details |
Drop in your syntax directory ("~/.vim/syntax/" on unix-style systems).
To add as a filetype, add this in your "~/.vim/filetype.vim":
" RDF Notation 3 Syntax
augroup filetypedetect
au BufNewFile,BufRead *.n3 setfiletype n3
augroup END
See also the built-in help in Vim:
:help mysyntaxfile
:help usr_43.txt
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.239.76.211
|