Last active
December 16, 2025 08:03
-
-
Save derektamsen/ec9b7d6bfd706fa08dabe470d1b327f2 to your computer and use it in GitHub Desktop.
Example vscode syntax handler for tailscale hujson files (jwcc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "files.associations": { | |
| "*.hujson": "jsonc" | |
| }, | |
| "json.schemas": [{ | |
| "fileMatch": ["*.hujson"], | |
| "schema": { | |
| "allowTrailingCommas": true | |
| } | |
| }] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment