mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
No need for this TODO
This commit is contained in:
parent
899a8eb798
commit
911545031d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
|
|
||||||
// TODO(owensd): Support the full range of unicode valid identifiers.
|
// TODO(owensd): Support the full range of unicode valid identifiers.
|
||||||
identifier: /[a-zA-Z_][\w$]*/,
|
identifier: /[a-zA-Z_][\w$]*/,
|
||||||
// TODO(owensd): Support the @availability macro properly.
|
|
||||||
attributes: [
|
attributes: [
|
||||||
'@GKInspectable',
|
'@GKInspectable',
|
||||||
'@IBAction',
|
'@IBAction',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue