Skip to content

Commit

Permalink
chore: update links for repository move
Browse files Browse the repository at this point in the history
  • Loading branch information
braem committed Feb 21, 2022
1 parent 9995e23 commit 9917398
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing
There are only a few ways to contribute the project currently:
1. Changing any data related to properties, pseudo classes, etc. is done in a [fork of the vscode-css-languageservice](https://github.com/braem/vscode-panorama-css-languageservice).
1. Changing any data related to properties, pseudo classes, etc. is done in a [fork of the vscode-css-languageservice](https://github.com/panorama-languages-support/vscode-panorama-css-languageservice).
2. Changing syntax coloring is done in the tmLanguage (`syntaxes/panorama_css.tmLanguage.json` / `syntaxes/panorama_scss.tmLanguage.json`)
3. Chaning/Adding snippets is done in JSON files in `snippets/`. To add a new snippet, create a JSON file in that folder and make sure it is added in `package.json`.

Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "vscode-panorama-css-languageservice"]
path = vscode-panorama-css-languageservice
url = https://github.com/braem/vscode-panorama-css-languageservice.git
url = https://github.com/panorama-languages-support/vscode-panorama-css-languageservice.git
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<img src="https://vsmarketplacebadges.dev/installs/braemie.panorama-css.png" style="display: inline-block" />
</a>

<a href="https://gitlicense.com/license/braem/vscode-panorama-css" style="margin-left:10px">
<img src="https://gitlicense.com/badge/braem/vscode-panorama-css" style="display: inline-block" />
<a href="https://gitlicense.com/license/panorama-languages-support/vscode-panorama-css" style="margin-left:10px">
<img src="https://gitlicense.com/badge/panorama-languages-support/vscode-panorama-css" style="display: inline-block" />
</a>

<a href="https://ko-fi.com/braemie" title="Buy me a ko-fi ;p" style="margin-left:10px">
Expand All @@ -40,4 +40,4 @@ Nearly all of the client/server code here is directly carried over from vscode's
- Snippets for easy gradient creation

## JS Type Support How-to
See https://github.com/braem/panorama-jsdoc-gen for information on how to generate javascript types for your respective game. This will provide autocomplete, hover, and other language features for your game's Panorama APIs and panel types.
See https://github.com/panorama-languages-support/panorama-jsdoc-gen for information on how to generate javascript types for your respective game. This will provide autocomplete, hover, and other language features for your game's Panorama APIs and panel types.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -665,16 +665,17 @@
],
"keywords": [
"panorama",
"valve",
"css",
"scss"
],
"bugs": {
"url": "https://github.com/braem/vscode-panorama-css/issues",
"email": "brae@momentum-mod.org"
"url": "https://github.com/panorama-languages-support/vscode-panorama-css/issues",
"email": "brae@braebie.com"
},
"repository": {
"type": "git",
"url": "https://github.com/braem/vscode-panorama-css"
"url": "https://github.com/panorama-languages-support/vscode-panorama-css"
},
"homepage": "https://github.com/braem/vscode-panorama-css"
"homepage": "https://github.com/panorama-languages-support/vscode-panorama-css"
}

0 comments on commit 9917398

Please sign in to comment.