-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Milestone
Description
cc @jmatsushita
Allow Buffers to have types by introducing a new event type:
data BufTypeChanged bufType = BufTypeChangedBufTypeChanged ReadOnlyBuffer for read-only buffers in rasa-ext-files (rasa -R example.txt)
BufTypeChanged (EditorBuffer languageType) for specifying syntax choice in rasa-ext-syntax. Allowing to make syntax modular by having for instance a markdown syntax extension listen to BufferTypeChanged (EditorBuffer MarkdownLanguage)
BufTypeChanged FileBrowser for a file browser, etc.
Metadata
Metadata
Assignees
Labels
No labels