https://github.com/stencila/codemirror-lang-postgrest
PostgREST support for CodeMirror
https://github.com/stencila/codemirror-lang-postgrest
Last synced: about 2 months ago
JSON representation
PostgREST support for CodeMirror
- Host: GitHub
- URL: https://github.com/stencila/codemirror-lang-postgrest
- Owner: stencila
- License: mit
- Created: 2022-11-01T04:49:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T04:49:57.000Z (over 3 years ago)
- Last Synced: 2025-12-31T10:04:27.299Z (5 months ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeMirror 6 language package for PostgREST
This package implements syntax highlighting and autocompletion for Stencila's SQL-like language for [PostgREST](https://postgrest.org/) when used within CodeMirror 6. The current implementation is simplistic (e.g. autocompletion makes suggestions that are inappropriate given the context). Improvements will be made if/when there is demonstrated demand from users for using this language.