Skip to content

Commit

Permalink
README: Replace jsonc
Browse files Browse the repository at this point in the history
packagecontrol.io doesn't support jsonc
  • Loading branch information
deathaxe committed Jan 18, 2024
1 parent 23e593d commit 45e7b82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,13 @@ To open CTags.sublime-settings
* `extra_tag_files` is a list of extra files relative to the original file
* `command` is the path to the version of ctags to use, for example::

```jsonc
```json
"command" : "/usr/local/bin/ctags"
```

or:

```jsonc
```json
"command" : "C:\\Users\\<username>\\Downloads\\CTags\\ctag.exe"
```

Expand All @@ -169,7 +169,7 @@ them to show up in the file tree and search results. To disable this behaviour
you should add a `file_exclude_patterns` entry to your
`Preferences.sublime-settings` or your project file. For example:

```jsonc
```json
"file_exclude_patterns": [".tags", ".tags_sorted_by_file", ".gemtags"]
```

Expand Down

0 comments on commit 45e7b82

Please sign in to comment.