Module: LanguageServer::Protocol::Constant::NotebookCellKind
- Defined in:
- lib/language_server/protocol/constant/notebook_cell_kind.rb
Overview
A notebook cell kind.
Constant Summary collapse
- MARKUP =
A markup-cell is formatted source that is used for display.
1
- CODE =
A code-cell is source code.
2