Skip to content

Commit 6d85f4f

Browse files
minor non-functional changes
1 parent 8dd7d53 commit 6d85f4f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.0.3] - unreleaed
7+
## [1.0.3] - 2023-03-30
88

99
### Changed
1010
- minor fixes

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Thorsten Dworzak
3+
Copyright (c) 2022-2023 Thorsten Dworzak
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

PSS.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ contexts:
380380
- include: constraint-declaration
381381
- include: code
382382

383-
# B.13 Data Types
383+
# B.13 Data Types (include in code)
384384
# enum
385385
enum-declaration:
386386
- match: \b(enum)\s+\b{{valid_name}}\b

0 commit comments

Comments
 (0)