buggrammarshelp wanted
Métriques du dépôt
- Stars
- (14 836 stars)
- Métriques de merge PR
- (Merge moyen 6h 26m) (15 PRs mergées en 30 j)
Description
Reproducible in vscode.dev or in VS Code Desktop?
- Not reproducible in vscode.dev or VS Code Desktop
Reproducible in the monaco editor playground?
- Not reproducible in the monaco editor playground
Monaco Editor Playground Code
monaco.editor.create(document.getElementById('container'), {
value: "fn int() {}\nfn other() {}",
language: 'rust'
});
Actual Behavior
int highlighted as a type.
Expected Behavior
int not highlighted as a type.
Additional Context
No response