Skip to content

Commit 530ec1d

Browse files
committed
feat: change readme
1 parent 6472dc1 commit 530ec1d

File tree

2 files changed

+32
-6
lines changed

2 files changed

+32
-6
lines changed

README.md

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHP Opcodes Lang
22

3-
![Build](https://github.com/xepozz/php-opcodes-plugin/workflows/Build/badge.svg)
3+
![Build](https://github.com/xepozz/php-opcodes-language-plugin/workflows/Build/badge.svg)
44
[![Version](https://img.shields.io/jetbrains/plugin/v/MARKETPLACE_ID.svg)](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID)
55
[![Downloads](https://img.shields.io/jetbrains/plugin/d/MARKETPLACE_ID.svg)](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID)
66

@@ -17,11 +17,36 @@
1717
- [ ] Click the <kbd>Watch</kbd> button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.
1818

1919
<!-- Plugin description -->
20-
This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have.
2120

22-
This specific section is a source for the [plugin.xml](/src/main/resources/META-INF/plugin.xml) file which will be extracted by the [Gradle](/build.gradle.kts) during the build process.
21+
[GitHub](https://github.com/xepozz/php-opcodes-language-plugin) | [Telegram](https://t.me/jb_plugins/78) | [Donation](https://github.com/xepozz/xepozz?tab=readme-ov-file#become-a-sponsor)
22+
23+
## PHP Opcodes Language support
24+
25+
Features:
26+
27+
- syntax highlighting
28+
- block folding
29+
- variable references
30+
- opcodes documentation (soon)
31+
- rules inspections (soon)
32+
33+
## Donation
34+
35+
Open-source tools can greatly improve workflows, helping developers and businesses save time and increase revenue.
36+
Many successful projects have been built on these tools, benefiting a wide community.
37+
However, maintaining and enhancing these resources requires continuous effort and investment.
38+
39+
Support from the community helps keep these projects alive and ensures they remain useful for everyone.
40+
Donations play a key role in sustaining and improving these open-source initiatives.
41+
42+
Chose the best option for you to say thank you:
43+
44+
[<img height="28" src="https://github.githubassets.com/assets/patreon-96b15b9db4b9.svg"> Patreon](https://patreon.com/xepozz)
45+
|
46+
[<img height="28" src="https://github.githubassets.com/assets/buy_me_a_coffee-63ed78263f6e.svg"> Buy me a coffee](https://buymeacoffee.com/xepozz)
47+
|
48+
[<img height="28" src="https://boosty.to/favicon.ico"> Boosty](https://boosty.to/xepozz)
2349

24-
To keep everything working, do not remove `<!-- ... -->` sections.
2550
<!-- Plugin description end -->
2651

2752
## Installation
@@ -40,7 +65,8 @@ To keep everything working, do not remove `<!-- ... -->` sections.
4065

4166
- Manually:
4267

43-
Download the [latest release](https://github.com/xepozz/php-opcodes-plugin/releases/latest) and install it manually using
68+
Download the [latest release](https://github.com/xepozz/php-opcodes-language-plugin/releases/latest) and install it
69+
manually using
4470
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
4571

4672

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
22
pluginGroup=com.github.xepozz.php_opcodes_language
33
pluginName=PHP Opcodes Language
4-
pluginRepositoryUrl = https://github.com/xepozz/php-opcodes-plugin
4+
pluginRepositoryUrl=https://github.com/xepozz/php-opcodes-language-plugin
55
# SemVer format -> https://semver.org
66
pluginVersion = 2025.0.1
77

0 commit comments

Comments
 (0)