Skip to content

Commit

Permalink
Fix broken json (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabridamicelli authored Jan 25, 2024
1 parent 250e340 commit 49600e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/codegen/src/README.md.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The extension can be customized by modifying your `settings.json` file. The avai
`keybindings.json`:

```json:keybindings.json
{
[
{
"key": "cmd+enter",
"command": "bigqueryRunner.run",
Expand All @@ -139,7 +139,7 @@ The extension can be customized by modifying your `settings.json` file. The avai
"command": "bigqueryRunner.nextPage",
"when": "resourceLangId in bigqueryRunner.languageIds || resourceExtname in bigqueryRunner.extensions && vim.mode == 'Normal' || vim.mode == 'Visual' || vim.mode == 'VisualBlock' || vim.mode == 'VisualLine'"
}
}
]
```

### Syntax highlighting `.bqsql` files as SQL
Expand Down

0 comments on commit 49600e6

Please sign in to comment.