Skip to content

Commit

Permalink
Add CSS to plugin's name and description.
Browse files Browse the repository at this point in the history
  • Loading branch information
ris58h committed Jul 3, 2023
1 parent 7f77546 commit a334bf9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

## [Unreleased]

### Added
- CSS support.

## [0.8] - 2023-06-28

### Added
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# WebCalm
IntelliJ IDEA plugin that adds basic support for the JavaScript language: highlighting, navigation, completion, etc.
IntelliJ IDEA plugin that adds support for JavaScript and CSS.

Available on [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/21826-webcalm).

## Description
<!-- Plugin description -->
Adds basic support for the JavaScript language: highlighting, navigation, completion, etc.
Adds support for JavaScript and CSS.

WARNING: The plugin is still in development so something may not work properly.

Expand All @@ -19,9 +19,6 @@ Features:
- Language injections in 'script' tags and event handler attributes.
- Formatting.

Planned features:
- CSS language support.

Not planned features:
- Template engines support.
- Frameworks support.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<idea-plugin>
<id>ris58h.webcalm</id>
<name>WebCalm</name>
<name>WebCalm: JavaScript and CSS</name>
<vendor email="ris58h@gmail.com" url="https://github.com/ris58h">Ilya Rodionov</vendor>

<depends>com.intellij.modules.platform</depends>
Expand Down

0 comments on commit a334bf9

Please sign in to comment.