Skip to content

Commit b563046

Browse files
committed
meta(GitHub): Moved from the the old GitHub username to the new one.
1 parent 3e7a185 commit b563046

25 files changed

+1460
-1081
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# RedLib-Command-File
22

3-
![Build](https://github.com/Shuaiouke/RedLib-Command-File/workflows/Build/badge.svg)
3+
![Build](https://github.com/Ciel-MC/RedLib-Command-File/workflows/Build/badge.svg)
44
[![Version](https://img.shields.io/jetbrains/plugin/v/17075-redlib-command-file.svg)](https://plugins.jetbrains.com/plugin/17075-redlib-command-file)
55
[![Downloads](https://img.shields.io/jetbrains/plugin/d/17075-redlib-command-file.svg)](https://plugins.jetbrains.com/plugin/17075-redlib-command-file)
66

77
## Description
88
<!-- Plugin description -->
99
Adds grammar checking and syntax highlighting for the command file use by [RedCommand](https://github.com/Redempt/RedCommands) by Redempt to Intellij IDEA
1010

11-
If you are having any issues or problems with this plugin, please report them on the [GitHub issues page](https://github.com/Shuaiouke/RedLib-Command-File/issues), join the [RedSupport Discord server](https://discord.gg/Frgkk99unx), or add me on [Discord](https://discord.com/users/441474795100438530)
11+
If you are having any issues or problems with this plugin, please report them on the [GitHub issues page](https://github.com/Ciel-MC/RedLib-Command-File/issues), join the [RedSupport Discord server](https://discord.gg/Frgkk99unx), or add me on [Discord](https://discord.com/users/441474795100438530)
1212
<!-- Plugin description end -->
1313

1414
## Installation
@@ -20,7 +20,7 @@ If you are having any issues or problems with this plugin, please report them on
2020

2121
- Manually:
2222

23-
Download the [latest release](https://github.com/Shuaiouke/RedLib-Command-File/releases/latest) and install it manually using
23+
Download the [latest release](https://github.com/Ciel-MC/RedLib-Command-File/releases/latest) and install it manually using
2424
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
2525

2626

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
22

3-
pluginGroup = com.github.shuaiouke.redlibcommandfile
3+
pluginGroup = com.github.cielmc.redlibcommandfile
44
pluginName = RedLib-Command-File
55
pluginRepositoryUrl = https://github.com/Ciel-MC/RedLib-Command-File
66
# SemVer format -> https://semver.org

src/main/gen/com/github/cielmc/redlibcommandfile/language/RedLibCommandLexer.java

Lines changed: 1154 additions & 0 deletions
Large diffs are not rendered by default.

src/main/gen/com/github/shuaiouke/redlibcommandfile/language/parser/RedLibCommandParser.java renamed to src/main/gen/com/github/cielmc/redlibcommandfile/language/parser/RedLibCommandParser.java

Lines changed: 17 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/gen/com/github/shuaiouke/redlibcommandfile/language/psi/RedLibCommandTypes.java renamed to src/main/gen/com/github/cielmc/redlibcommandfile/language/psi/RedLibCommandTypes.java

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/gen/com/github/shuaiouke/redlibcommandfile/language/psi/RedLibCommandVisitor.java renamed to src/main/gen/com/github/cielmc/redlibcommandfile/language/psi/RedLibCommandVisitor.java

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)