Go to file
sneakers-the-rat 847d53a3cc
some docs
2024-02-05 14:53:04 -08:00
LSP-json.sublime-settings some docs 2024-02-05 14:53:04 -08:00
README.md some docs 2024-02-05 14:53:04 -08:00
get.py initial 2024-02-05 14:39:05 -08:00
linkml.json initial 2024-02-05 14:39:05 -08:00
requirements.txt initial 2024-02-05 14:39:05 -08:00
sources.yaml initial 2024-02-05 14:39:05 -08:00

README.md

Collection of JSON schemas used for autocompletes and validation and whatnot in sublime.

  • install https://github.com/sublimelsp/LSP-json
  • run the get.py script to get/update the schemas
  • edit the LSP-json.sublime file that matches the schema to the file
  • #TODO automatically update and symlink the LSP-json.sublime-settings file
{
  "fileMatch": [
    "/my-file.json"
  ],
  "uri": "./my-file-schema.json",
}