Microsoft/monaco-editor

Keyword "field" is highlighted in Kotlin package names

Open

#2.351 aberto em 14 de fev. de 2021

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (1.283 forks)batch import
buggrammarshelp wanted

Métricas do repositório

Stars
 (14.836 stars)
Métricas de merge de PR
 (Mesclagem média 6h 26m) (15 fundiu PRs em 30d)

Description

Create Kotlin file foo.kt with content:

package com.boo.field
import com.foo.field.bar

View it it Azure DevOps web commit history, web editor or PR view (anywhere where code is displayed), notice "field" is highlighted blue. This is because "field" is keyword in Kotlin, but keywords should not apply for package names.

Note: this issue was redirected to monaco by Azure Dev Ops support: "This issue seems to be caused by Monaco-languages and not Visual Studio. Please file a ticket with that product at https://github.com/microsoft/monaco-languages" https://developercommunity2.visualstudio.com/t/DevOps-code-viewer-highlights-field-in/1299514?entry=myfeedback&space=21

Guia do colaborador