Figure out if there is a way to selectively enable/disable commands based on filetype. We have certain commands `stategraph_`* which only work on the currently focused parser. and `generictree` which only works on input text.
Figure out if there is a way to selectively enable/disable commands based on filetype.
We have certain commands
stategraph_* which only work on the currently focused parser.and
generictreewhich only works on input text.