package.json 417 B

1234567891011121314151617181920
  1. {
  2. "name": "language-qsrc",
  3. "version": "0.2.1",
  4. "description": "QSP language grammar",
  5. "repository": "https://github.com/Xorgroth/language-qsp",
  6. "keywords": [
  7. "syntax",
  8. "highlighting",
  9. "grammar"
  10. ],
  11. "license": "The Unlicense",
  12. "engines": {
  13. "atom": ">=1.0.0 <2.0.0"
  14. },
  15. "grammars": {
  16. "language": "QSP",
  17. "scopeName": "source.qsrc",
  18. "path": "./grammars/qsp.json"
  19. }
  20. }