Skip to content

Commit

Permalink
[RFC] Variable hint/lint
Browse files Browse the repository at this point in the history
This uses codemirror-graphql v0.3.0 which adds support for a variables JSON mode which provides more specific syntax highlighting, as well as richer typeaheads and error detection.
  • Loading branch information
leebyron committed Mar 8, 2016
1 parent f7c1b5f commit 6701b0b
Show file tree
Hide file tree
Showing 11 changed files with 331 additions and 447 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"codemirror": "^5.6.0",
"codemirror-graphql": "^0.2.2",
"codemirror-graphql": "^0.3.0",
"marked": "^0.3.5"
},
"peerDependencies": {
Expand Down
63 changes: 0 additions & 63 deletions src/codemirror/__tests__/json-lint-test.js

This file was deleted.

36 changes: 0 additions & 36 deletions src/codemirror/lint/json-lint.js

This file was deleted.

242 changes: 0 additions & 242 deletions src/codemirror/lint/jsonLint.js

This file was deleted.

Loading

0 comments on commit 6701b0b

Please sign in to comment.