Skip to content

Commit

Permalink
Support JSON and JSONC
Browse files Browse the repository at this point in the history
For #34
  • Loading branch information
spenserblack committed Aug 17, 2023
1 parent 98b978c commit 79b24f2
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions gengo/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,31 @@ HTML:
matchers:
extensions:
- html
JSON:
category: data
color: "#AAAAAA"
matchers:
extensions:
- json
filenames:
- .all-contributorsrc
priority: 75
JSON with Comments:
category: data
color: "#CCCCCC"
heuristics:
- "(?m)^\\s*/[/\\*]"
matchers:
extensions:
- json
- jsonc
filenames:
- devcontainer.json
- tsconfig.json
patterns:
- .vscode/*.json
- tsconfig.*.json
priority: 25
JavaScript:
category: programming
color: "#F0DC4E"
Expand Down

0 comments on commit 79b24f2

Please sign in to comment.