docs: Add IDE and Editor section to docs website

This basically just moves the README from the syntax folder into the
website content and adds links to all of the editor syntax files we
have in the repo (in alphabetical order).

Signed-off-by: Patrick East <east.patrick@gmail.com>
This commit is contained in:
Patrick East
2020-03-20 17:48:18 -07:00
parent 268ee34008
commit ce3a73b085
3 changed files with 26 additions and 12 deletions
-12
View File
@@ -1,12 +0,0 @@
# Editor and IDE Support
OPA can be integrated into editors and IDEs to provide features like query
evaluation, policy coverage, and more. This directory contains simple syntax
highlighters for common editors.
## Integrations
| Editor | Link |
| --- | --- |
| Vim | [https://github.com/tsandall/vim-rego](https://github.com/tsandall/vim-rego) |
| Visual Studio Code | [https://github.com/tsandall/vscode-opa](https://github.com/tsandall/vscode-opa) |