struct LSP::NotebookCellTextDocumentFilter
- LSP::NotebookCellTextDocumentFilter
- Struct
- Value
- Object
Overview
A notebook cell text document filter denotes a cell text document by different properties.
Included Modules
- JSON::Serializable
Defined in:
lsp/notebook_filter.crConstructors
Instance Method Summary
-
#language : String | Nil
A language id like
python. -
#language=(language : String | Nil)
A language id like
python. -
#notebook : String | NotebookDocumentFilter
A filter that matches against the notebook containing the notebook cell.
-
#notebook=(notebook : String | NotebookDocumentFilter)
A filter that matches against the notebook containing the notebook cell.
Constructor Detail
Instance Method Detail
A language id like python.
Will be matched against the language id of the notebook cell document. '*' matches every language.
A language id like python.
Will be matched against the language id of the notebook cell document. '*' matches every language.
A filter that matches against the notebook containing the notebook cell. If a string value is provided it matches against the notebook type. '*' matches every notebook.
A filter that matches against the notebook containing the notebook cell. If a string value is provided it matches against the notebook type. '*' matches every notebook.