mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
[Spice] Add cast keyword (#7414)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user