Skip to content

Commit

Permalink
Add ApplySyntax reccomendation to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Buick committed Feb 22, 2018
1 parent 3cf0dae commit 6870582
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,18 @@ You can find the homepage for jq [here](https://stedolan.github.io/jq)
example:

![example image](./coloring.png)

## FAQ

### Syntax is not detected on the ".jq" file.
For the "~/.jq" file to be automatically detected, The best option is to use the [ApplySyntax](https://packagecontrol.io/packages/ApplySyntax) package. Using the following user settings:

```json
{
"syntax": "JQ Syntax/JQ",
"extensions": ["jq"],
"rules": [
{ "file_path": ".*(\\\\|/).jq$" }
]
}
```

0 comments on commit 6870582

Please sign in to comment.