From ffeb53fc7036408b8c00e2381dfc87c6e6c15c83 Mon Sep 17 00:00:00 2001 From: Kevin Ji <1146876+kevinji@users.noreply.github.com> Date: Sun, 22 Sep 2024 23:15:01 -0700 Subject: [PATCH] Add .hujson as extension for JSONC HuJSON implements JWCC, which is JSONC with trailing commas allowed. --- lib/linguist/languages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 9bde77235a..3e992a439f 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -3312,6 +3312,7 @@ JSON with Comments: - ".jsonc" - ".code-snippets" - ".code-workspace" + - ".hujson" - ".sublime-build" - ".sublime-color-scheme" - ".sublime-commands"