jupyterlab/jupyterlab

Highlight function calls for Julia

Open

#13,943 opened on 2023年2月7日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)TypeScript (13,454 stars) (2,937 forks)batch import
enhancementhelp wantedpkg:codemirrortag:Feature Parity

説明

Problem

I have a problem with syntax highlight for Julia: function calls are not highlighted in any way. This is strange as they are highlighted in Jupyter notebook so I hope it is not a hard fix. The issue is described here: https://discourse.julialang.org/t/modify-syntax-highlighting-for-ijulia-in-jupyter-lab-to-resemble-jupyter-notebook/82168.

Proposed Solution

Highlight function calls in light green like in Jupyter notebooks.

Additional context

I have Jupyter Lab 3.6.1 and IJulia 1.24, which I believe are the latest versions.

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