Skip to content

Commit

Permalink
update: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
global-anomaly committed Dec 13, 2024
1 parent 19ce7ec commit eaa15a2
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,21 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

- Initial release
## [0.1.0] - 2024-12-13

### Added

- Support for highlighting `mass`, `width`, `pdg`, `color`, and other particle attributes as `keyword.property.lhp`.
- Added grammar rules for `anti`, `gamma`, `gamma5`, and other LanHEP-specific predefined terms.

### Fixed

- Improved particle name detection for cases with quoted identifiers.

## [0.0.1] - 2024-12-12

### Added

- Initial release with syntax highlighting for LanHEP language.
- Support for comments (`%`), brackets (`{}`, `()`), and strings.
- Basic particle and attribute highlighting.

0 comments on commit eaa15a2

Please sign in to comment.