https://github.com/endoli/rdf-syntax-support
https://github.com/endoli/rdf-syntax-support
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/endoli/rdf-syntax-support
- Owner: endoli
- License: mit
- Created: 2016-11-18T15:03:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-19T07:04:24.000Z (over 9 years ago)
- Last Synced: 2025-04-14T11:08:51.973Z (over 1 year ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.rst
Awesome Lists containing this project
README
# rdf-syntax-support
[](https://travis-ci.org/endoli/rdf-syntax-support)
This repository stores source files, build infrastructure,
and tests for syntax definitions for various formats used
for RDF data.
These definitions are used to generate files that are accepted
by:
* [Visual Studio Code](https://code.visualstudio.com/)
* [Atom](https://atom.io/)
* [Sublime Text](http://www.sublimetext.com/)
* [Textmate](https://macromates.com/)
Currently, we are working on support for Turtle syntax, but plan
to add support for N3, TriG, N-Triples, N-Quads, and probably
additional formats.
## Building
First, install ``syntaxdev`` and any other required packages
by running:
npm install .
Then to generate the syntax definitions:
npm run build
Or to run the tests:
npm test
## Contributing
Many things are still missing and there's a lot to do! Feel
free to dig in!
* File an issue first to discuss what you'd like to do.
* Add your name to the `CONTRIBUTORS.rst` file.
* Make sure you add tests for your changes.
* Submit a clean pull request (no merge commits, no extra
commits, and keep changes restricted to the purpose of
the commit). Do ask for help if needed at this stage.
## Useful Reading
* [Syntax definitions](http://docs.sublimetext.info/en/latest/extensibility/syntaxdefs.html) from Sublime Text Unofficial Documentation
* [Scope naming conventions](https://manual.macromates.com/en/language_grammars#naming_convention)