Skip to content

Language is either not supported or WIP... c++mode #2

@marlinstrub

Description

@marlinstrub

This package looks very promising. When I try ts-docstr-at-point I get the error Language is either not supported or WIP... c++mode.

I load tree-sitter and ts-docstr as follows:

(use-package tree-sitter
  :straight (tree-sitter :host github :repo "emacs-tree-sitter/elisp-tree-sitter"))

(use-package tree-sitter-langs
  :straight (tree-sitter-langs :host github :repo "emacs-tree-sitter/tree-sitter-langs"))

(use-package msgu
  :straight (msgu :host github :repo "jcs-elpa/msgu"))

(use-package ts-docstr 
  :straight (ts-docstr :host github :repo "emacs-vs/ts-docstr"))

I then visit a cpp file and call M-x ts-docstr-at-point on a function.

Am I doing this wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions