Skip to content

Commit

Permalink
minor non-functional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
blutsvente-ifx committed Mar 30, 2023
1 parent 8dd7d53 commit 6d85f4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.3] - unreleaed
## [1.0.3] - 2023-03-30

### Changed
- minor fixes
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Thorsten Dworzak
Copyright (c) 2022-2023 Thorsten Dworzak

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion PSS.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ contexts:
- include: constraint-declaration
- include: code

# B.13 Data Types
# B.13 Data Types (include in code)
# enum
enum-declaration:
- match: \b(enum)\s+\b{{valid_name}}\b
Expand Down

0 comments on commit 6d85f4f

Please sign in to comment.