Skip to content

Commit

Permalink
Support for IntelliJ Neon Pro plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jan 18, 2025
1 parent ee54806 commit b0fdc20
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased](https://github.com/orisai/nette-clock/compare/1.1.2...v1.x)

### Added

- Support for IntelliJ Neon Pro plugin

## [1.1.2](https://github.com/orisai/nette-clock/compare/1.1.1...1.1.2) - 2024-12-29

### Changed
Expand Down
17 changes: 17 additions & 0 deletions stubs/intellij-neon-pro.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE neon PUBLIC "-//NEON//Neon plugin XML V0.0.1//EN" "../.idea/intellij-neon-pro/xmlSources/Neon.xsd">
<neon vendor="orisai/nette-clock" version="1">
<extensions>
<extension type="OriNette\Clock\DI\ClockExtension">
<schema>
<structure>
<!-- No config -->
</structure>
</schema>
<services>
<service name="clock" type="Orisai\Clock\Clock"/>
<service name="symfony.adapter" type="Orisai\Clock\Adapter\OrisaiToSymfonyClockAdapter"/>
</services>
</extension>
</extensions>
</neon>

0 comments on commit b0fdc20

Please sign in to comment.