Method: LanguageServer::Protocol::Interface::NotebookCellTextDocumentFilter#language

Defined in:
lib/language_server/protocol/interface/notebook_cell_text_document_filter.rb

#languagestring

A language id like python.

Will be matched against the language id of the notebook cell document. ‘*’ matches every language.

Returns:

  • (string)


36
37
38
# File 'lib/language_server/protocol/interface/notebook_cell_text_document_filter.rb', line 36

def language
  attributes.fetch(:language)
end