Skip to content

Commit 708c74f

Browse files
authored
Merge pull request #2795 from mxaddict/master
Added JSONC and aws credentials to the syntax mappings
2 parents 7604fe5 + 0080b04 commit 708c74f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
- `cmd-help`: scope subcommands followed by other terms, and other misc improvements, see #2819 (@victor-gp)
3434
- Upgrade JQ syntax, see #2820 (@dependabot[bot])
35+
- Added auto detect syntax for `.jsonc` #2795 (@mxaddict)
36+
- Added auto detect syntax for `.aws/{config,credentials}` #2795 (@mxaddict)
3537

3638
## Themes
3739

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[mappings]
2+
"INI" = ["**/.aws/credentials", "**/.aws/config"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# JSON Lines is a simple variation of JSON #2535
22
[mappings]
3-
"JSON" = ["*.jsonl"]
3+
"JSON" = ["*.jsonl", "*.jsonc"]

0 commit comments

Comments
 (0)