mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-13 10:04:15 +00:00
editor: add tabs for controlling open/active files
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
|
||||
import { monaco } from 'react-monaco-editor';
|
||||
|
||||
/** The Pybricks MicroPython language identifier. */
|
||||
export const pybricksMicroPythonId = 'pybricks-micropython';
|
||||
|
||||
export const conf: monaco.languages.LanguageConfiguration = {
|
||||
comments: {
|
||||
lineComment: '#',
|
||||
|
||||
Reference in New Issue
Block a user