{"id":21844086,"url":"https://github.com/blaylockbk/vscode-met-syntax","last_synced_at":"2025-04-14T12:11:00.772Z","repository":{"id":46229436,"uuid":"424764276","full_name":"blaylockbk/vscode-met-syntax","owner":"blaylockbk","description":"Syntax highlighting for Model Evaluation Tools (MET) config files in VS Code","archived":false,"fork":false,"pushed_at":"2023-04-24T23:34:13.000Z","size":5715,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T01:14:31.285Z","etag":null,"topics":["met","metplus","syntax-highlighter","syntax-highlighting","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=brian-blaylock.met-syntax","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blaylockbk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-04T23:02:29.000Z","updated_at":"2022-09-19T03:30:24.000Z","dependencies_parsed_at":"2022-09-03T22:50:39.145Z","dependency_job_id":null,"html_url":"https://github.com/blaylockbk/vscode-met-syntax","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blaylockbk%2Fvscode-met-syntax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blaylockbk%2Fvscode-met-syntax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blaylockbk%2Fvscode-met-syntax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blaylockbk%2Fvscode-met-syntax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blaylockbk","download_url":"https://codeload.github.com/blaylockbk/vscode-met-syntax/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248877958,"owners_count":21176244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["met","metplus","syntax-highlighter","syntax-highlighting","vscode","vscode-extension"],"created_at":"2024-11-27T22:18:24.825Z","updated_at":"2025-04-14T12:11:00.750Z","avatar_url":"https://github.com/blaylockbk.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\n\u003cimg src=\"https://github.com/blaylockbk/vscode-met-syntax/blob/main/images/met-syntax_logo_white.png?raw=true\" width=250px\u003e\n\n\u003c!--Badges--\u003e\n\n\u003ca href=\"https://marketplace.visualstudio.com/items?itemName=brian-blaylock.met-syntax\"\u003e\u003cimg src=\"https://img.shields.io/visual-studio-marketplace/v/brian-blaylock.met-syntax\"\u003e\u003c/a\u003e\n\u003ca href=\"https://marketplace.visualstudio.com/items?itemName=brian-blaylock.met-syntax\"\u003e\u003cimg src=\"https://img.shields.io/visual-studio-marketplace/d/brian-blaylock.met-syntax\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/blaylockbk/vscode-met-syntax\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/blaylockbk/vscode-met-syntax\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/blaylockbk/vscode-met-syntax/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/blaylockbk/vscode-met-syntax?color=blue\"\u003e\u003c/a\u003e   \n\n\u003c!--(end badges)--\u003e\n\u003c/div\u003e\n\n\u003e My first ever VS Code extension 😁 inspired by [vscode-cylc](https://github.com/cylc/vscode-cylc), [mplstyle](https://github.com/yy0931/vscode-mplstyle), and [magic-python](https://github.com/MagicStack/MagicPython).  \n\u003e This is not an extension developed by [DTC](https://dtcenter.org/community-code/model-evaluation-tools-met). I'm just a MET user.\n\n# About\n\n**MET syntax** is a VS Code extension for basic syntax highlighting of [Model Evaluation Tools](https://dtcenter.org/community-code/model-evaluation-tools-met) (MET) [configuration files](https://met.readthedocs.io/en/latest/Users_Guide/config_options.html).\n\nSyntax highlighting can help you visually understand MET configuration file structure and help you catch errors. The following are highlighted:\n\n- comments\n- strings\n- environment variables (i.e., `${ENV_VAR}`)\n- numbers\n- keywords (TRUE, FALSE, NONE, UNION, NA, SQUARE, etc.).\n\n\u003cimg src=\"https://raw.githubusercontent.com/blaylockbk/vscode-met-syntax/main/images/compare.png\"\u003e\n\nHighlighting is applied to files with the extension `.metconfig` and to files with the following filename patterns:\n\n- `*PointStatConfig*`\n- `*GridStatConfig*`\n- `*EnsembleStatConfig*`\n- `*MODEAnalysisConfig*`\n- `*PB2NCConfig*`\n- `*STATAnalysisConfig*`\n- `*WaveletStatConfig*`\n\nFor any other files, you should manually set the file association in your settings. For example,\n\n```json\n\"files.associations\": {\n    \"myMETConfigFile\": \"metconfig\",\n}\n```\n\n## Install\n\nInstall from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=brian-blaylock.met-syntax).\n\nOr, you can clone this repository into your `~/.vscode/extensions/` folder.\n\n## Potential Improvements\n\nThis is my first VS Code extension. I threw this together quickly after watching a tutorial, but there is potential with this extension to do so much more! If you want to make improvements, your pull requests are welcomed.\n\n- snippets\n- code validation\n- code completion\n- highlighting for METplus wrapper files\n\n---\n\n**Enjoy!**\n\n\\- Brian Blaylock\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblaylockbk%2Fvscode-met-syntax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblaylockbk%2Fvscode-met-syntax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblaylockbk%2Fvscode-met-syntax/lists"}