Microsoft/monaco-editor

JavaScript syntax highlighting misidentifies `get` as a reserved keyword

Open

#2,676 opened on 2021年9月29日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (1,283 forks)batch import
buggrammarshelp wanted

Repository metrics

Stars
 (14,836 stars)
PR merge metrics
 (平均マージ 6h 26m) (30d で 15 merged PRs)

説明

https://microsoft.github.io/monaco-editor/ image

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);

コントリビューターガイド