Skip to content

Commit

Permalink
Start work on migrating over to the Ren'Py organization.
Browse files Browse the repository at this point in the history
Just changing links for now.

Per #397.
  • Loading branch information
renpytom committed Jul 8, 2024
1 parent a3ca760 commit a5936bb
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 28 deletions.
4 changes: 2 additions & 2 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

:sparkles: Welcome, and thank you for your interest in contributing! :sparkles:

Please note we have a [code of conduct](https://github.com/LuqueDaniel/vscode-language-renpy/blob/master/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
Please note we have a [code of conduct](https://github.com/renpy/vscode-language-renpy/blob/master/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.

## Reporting bugs or proposing features

Open a new issue for each bug or feature you want to propose.

1. Before reporting a bug :mag: **[check](https://github.com/LuqueDaniel/vscode-language-renpy/issues)** if it has
1. Before reporting a bug :mag: **[check](https://github.com/renpy/vscode-language-renpy/issues)** if it has
already been reported.
2. Specify steps to reproduce.

Expand Down
7 changes: 4 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
The MIT License

Copyright 2018 (c) Daniel Luque <[email protected]>
Original work Copyright (c) 2018 Daniel Luque <[email protected]>
Modified work Copyright (c) 2024 Tom Rothamel <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand All @@ -21,7 +22,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

--------------------------------------------------------------------
---

This extension was derived from a Atom package located at
https://github.com/renpy/language-renpy and distributed under the following
Expand Down Expand Up @@ -50,7 +51,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

--------------------------------------------------------------------
---

This package was derived from a TextMate bundle located at
https://github.com/textmate/python.tmbundle and distributed under the following
Expand Down
20 changes: 7 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

An extension that adds rich support for the [Ren'Py](https://www.renpy.org/) programming language to [Visual Studio Code](https://code.visualstudio.com/).

- [![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/luquedaniel.languague-renpy?label=Visual%20Studio%20Marketplace&style=flat-square)](https://marketplace.visualstudio.com/items?itemName=LuqueDaniel.languague-renpy)
[![Visual Studio Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/luquedaniel.languague-renpy?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=LuqueDaniel.languague-renpy&ssr=false#review-details)
![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/luquedaniel.languague-renpy?style=flat-square)
- [![Open VSX Version](https://img.shields.io/open-vsx/v/LuqueDaniel/languague-renpy?label=Open%20VSX&style=flat-square)](https://open-vsx.org/extension/LuqueDaniel/languague-renpy)
[![Open VSX Rating](https://img.shields.io/open-vsx/rating/LuqueDaniel/languague-renpy?style=flat-square)](https://open-vsx.org/extension/LuqueDaniel/languague-renpy)
![Open VSX Downloads](https://img.shields.io/open-vsx/dt/LuqueDaniel/languague-renpy?style=flat-square)
- [![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/renpy.language-renpy?label=Visual%20Studio%20Marketplace&style=flat-square)](https://marketplace.visualstudio.com/items?itemName=renpy.language-renpy)
[![Visual Studio Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/renpy.language-renpy?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=renpy.language-renpy&ssr=false#review-details)
![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/renpy.language-renpy?style=flat-square)
- [![Open VSX Version](https://img.shields.io/open-vsx/v/renpy/language-renpy?label=Open%20VSX&style=flat-square)](https://open-vsx.org/extension/renpy/language-renpy)
[![Open VSX Rating](https://img.shields.io/open-vsx/rating/renpy/language-renpy?style=flat-square)](https://open-vsx.org/extension/renpy/language-renpy)
![Open VSX Downloads](https://img.shields.io/open-vsx/dt/renpy/language-renpy?style=flat-square)

Snippets converted from [Ren'Py language support in Atom](https://github.com/renpy/language-renpy)

Feel free to [contribute](https://github.com/LuqueDaniel/vscode-language-renpy/blob/master/Contributing.md), fork this and send a pull request. :smile:
Feel free to [contribute](https://github.com/renpy/vscode-language-renpy/blob/master/Contributing.md), fork this and send a pull request. :smile:

## Features

Expand Down Expand Up @@ -62,12 +62,6 @@ Feel free to [contribute](https://github.com/LuqueDaniel/vscode-language-renpy/b

> Document Symbols are displayed in the Outline window in the sidebar.
## Integrate VSCode as code editor in Ren'Py (Ren'Py 7.4 and older)

Note: In Ren'py 7.5/8.0 VSCode is already included by default in the list of text editors

You can copy the [`Visual Studio Code.edit.py`](https://raw.githubusercontent.com/LuqueDaniel/vscode-language-renpy/master/Visual%20Studio%20Code.edit.py) file that is available at the root of this repository to the root of your project directory. This will add VSCode (or VSCodium) to the list of text editors in Ren'Py.

## Thanks To

- [language-renpy](https://github.com/renpy/language-renpy). All contributors
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "languague-renpy",
"name": "language-renpy",
"displayName": "Ren'Py Language",
"description": "Adds rich support for the Ren'Py programming language to Visual Studio Code.",
"version": "2.3.6",
"publisher": "LuqueDaniel",
"publisher": "renpy",
"license": "MIT",
"homepage": "https://github.com/LuqueDaniel/vscode-language-renpy",
"homepage": "https://github.com/renpy/vscode-language-renpy",
"repository": {
"type": "git",
"url": "https://github.com/LuqueDaniel/vscode-language-renpy"
"url": "https://github.com/renpy/vscode-language-renpy"
},
"bugs": {
"url": "https://github.com/LuqueDaniel/vscode-language-renpy/issues"
"url": "https://github.com/renpy/vscode-language-renpy/issues"
},
"icon": "icon.png",
"galleryBanner": {
Expand Down Expand Up @@ -294,7 +294,7 @@
"test-compile": "tsc -p ./",
"test": "npm run test-compile && node ./node_modules/vscode/bin/test",
"lint": "eslint -c .eslintrc.json --ext .ts ./src/",
"vsce-package": "vsce package -o languague-renpy.vsix",
"vsce-package": "vsce package -o language-renpy.vsix",
"format-check": "prettier --check 'src/**/*.ts' '.github/**/*.yml'"
},
"devDependencies": {
Expand Down

0 comments on commit a5936bb

Please sign in to comment.