{"id":13762469,"url":"https://github.com/jrsconfitto/tree-sitter-powershell","last_synced_at":"2025-05-10T15:31:32.156Z","repository":{"id":143359131,"uuid":"126036106","full_name":"jrsconfitto/tree-sitter-powershell","owner":"jrsconfitto","description":"A tree-sitter language grammar for PowerShell","archived":true,"fork":false,"pushed_at":"2021-10-29T16:58:15.000Z","size":502,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-03T14:05:32.146Z","etag":null,"topics":["grammar","powershell","tree-sitter"],"latest_commit_sha":null,"homepage":"","language":"C","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/jrsconfitto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-20T15:04:09.000Z","updated_at":"2023-04-02T22:57:52.000Z","dependencies_parsed_at":"2023-04-19T21:47:17.156Z","dependency_job_id":null,"html_url":"https://github.com/jrsconfitto/tree-sitter-powershell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrsconfitto%2Ftree-sitter-powershell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrsconfitto%2Ftree-sitter-powershell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrsconfitto%2Ftree-sitter-powershell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrsconfitto%2Ftree-sitter-powershell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrsconfitto","download_url":"https://codeload.github.com/jrsconfitto/tree-sitter-powershell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224974208,"owners_count":17401100,"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":["grammar","powershell","tree-sitter"],"created_at":"2024-08-03T14:00:43.988Z","updated_at":"2024-11-16T21:30:29.722Z","avatar_url":"https://github.com/jrsconfitto.png","language":"C","funding_links":[],"categories":["Grammars"],"sub_categories":["Others"],"readme":"# NOTE\n\nThere's an official Tree Sitter implementation for PowerShell, please direct any efforts there: https://github.com/powershell/tree-sitter-powershell.\n\n# tree-sitter-powershell\n\n[![Build Status](https://travis-ci.org/jrsconfitto/tree-sitter-powershell.svg?branch=master)](https://travis-ci.org/jrsconfitto/tree-sitter-powershell)\n[![Build status](https://ci.appveyor.com/api/projects/status/1xjovq67kgq36hfc/branch/master?svg=true)](https://ci.appveyor.com/project/jugglingnutcase/tree-sitter-powershell/branch/master)\n\nA [tree-sitter] grammar for the PowerShell language.\n\n*This is still very much a WIP* and isn't something i'd recommend depending on!\n\nThe goal of this project is to build a grammar that is useful in the Atom editor (and to learn how grammars work).\n\n# Contributing\n\nIssues and Pull Requests are welcome! Feel free to ask any questions in the issues.\n\nThe files you'll mainly want to work with are the [grammar.js](grammar.js) and files in the corpus folder, which are the unit tests.\n\nThis is a side-project for fun, so please be understanding if responses take a little bit of time :smile:\n\n# References\n\n- [Learn a bit about creating tree-sitter grammars from a doc][tsdoc]\n- This grammar is (very roughly) modeled after the [Windows PowerShell Language Specification Version 3.0][spec].\n\n[tree-sitter]:https://github.com/tree-sitter/tree-sitter\n[tsdoc]:https://github.com/tree-sitter/tree-sitter/blob/10c3a956794a5e81a0a7e5c5a804e818c2dd0fe3/docs/creating-parsers.md\n[spec]:https://www.microsoft.com/en-us/download/details.aspx?id=36389\n\n# Licenses\n\nThis project uses [the MIT license](LICENSE).\n\nThis project uses code from the [tree-sitter-javascript grammar](https://github.com/tree-sitter/tree-sitter-javascript) which is released under the following license:\n\n\u003e The MIT License (MIT)\n\u003e\n\u003e Copyright (c) 2014 Max Brunsfeld\n\u003e\n\u003e Permission is hereby granted, free of charge, to any person obtaining a copy\n\u003e of this software and associated documentation files (the \"Software\"), to deal\n\u003e in the Software without restriction, including without limitation the rights\n\u003e to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\u003e copies of the Software, and to permit persons to whom the Software is\n\u003e furnished to do so, subject to the following conditions:\n\u003e\n\u003e The above copyright notice and this permission notice shall be included in all\n\u003e copies or substantial portions of the Software.\n\u003e\n\u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\u003e IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\u003e FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\u003e AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\u003e LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\u003e OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n\u003e SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrsconfitto%2Ftree-sitter-powershell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrsconfitto%2Ftree-sitter-powershell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrsconfitto%2Ftree-sitter-powershell/lists"}