Explore: Add multiline syntax highlighting to query field
- the non-nested query field schema did not allow for multi-line highlighting - added explicit code schema and a `makeValue` function that enforces the nested structure - replaced vendored prism-slate adapter with official slate-prism package - renamed language to syntax
Showing
... | ... | @@ -173,6 +173,7 @@ |
"rxjs": "^5.4.3", | ||
"slate": "^0.33.4", | ||
"slate-plain-serializer": "^0.5.10", | ||
"slate-prism": "^0.5.0", | ||
"slate-react": "^0.12.4", | ||
"tether": "^1.4.0", | ||
"tether-drop": "https://github.com/torkelo/drop/tarball/master", | ||
... | ... |
public/app/containers/Explore/Value.ts
0 → 100644
Please
register
or
sign in
to comment