Microsoft/monaco-editor
GitHub で見るJavaScript syntax highlighting misidentifies `get` as a reserved keyword
Open
#2,676 opened on 2021年9月29日
buggrammarshelp wanted
Repository metrics
- Stars
- (14,836 stars)
- PR merge metrics
- (平均マージ 6h 26m) (30d で 15 merged PRs)
説明
https://microsoft.github.io/monaco-editor/

Within Javascript files, the word "get" is highlighted as a reserved word when it shouldn't.
Browser: Checked on Chrome, Mozilla Firefox and MS Edge
import get from 'lodash/get';
const id = get(param1, param2);