solidity: Update highlights.scm (#5453)

https://soliditylang.org/blog/2021/04/21/custom-errors/

error keyword was introduced in 0.8.4
This commit is contained in:
zeroknots 2023-09-27 13:08:46 +07:00 committed by GitHub
parent a255654459
commit 86d0b2b1c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,6 +116,7 @@
"var"
"let"
"emit"
"error"
"fallback"
"receive"
(virtual)