[Spice] Add cast keyword (#7414)

This commit is contained in:
Marc Auberer
2025-02-20 08:23:33 +01:00
committed by GitHub
parent aa03700929
commit 210f92cb1f

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2023, Marc Auberer
// Copyright (c) 2023-2025, Marc Auberer
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
@@ -35,6 +35,7 @@ function definition(): monaco.languages.IMonarchLanguage {
'assert',
'break',
'case',
'cast',
'compose',
'const',
'continue',