mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Strings in Pascal can also be #number
This commit is contained in:
parent
735ae599dc
commit
3e3d229435
1 changed files with 2 additions and 1 deletions
|
|
@ -126,7 +126,8 @@ export const language = <ILanguage>{
|
||||||
|
|
||||||
// characters
|
// characters
|
||||||
[/'[^\\']'/, 'string'],
|
[/'[^\\']'/, 'string'],
|
||||||
[/'/, 'string.invalid']
|
[/'/, 'string.invalid'],
|
||||||
|
[/\#\d+/,'string']
|
||||||
],
|
],
|
||||||
|
|
||||||
comment: [
|
comment: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue