Skip to content

issues Search Results · repo:clojure-emacs/clojure-ts-mode language:"Emacs Lisp"

Filter by

45 results
 (98 ms)

45 results

inclojure-emacs/clojure-ts-mode (press backspace or delete to remove)

While looking at the clojure-project-dir functionality, I ve noticed that we haven t yet ported any of the ns manipulation commands from clojure-mode (see https://github.com/clojure-emacs/clojure-mode/blob/master/clojure-mode.el#L2044) ...
  • bbatsov
  • 2
  • Opened 
    17 days ago
  • #117

Expected behavior Executing C-M-e (end-of-defun) or C-M-a (beginning-of-defun) from any place inside of a defun navigates to a proper position. Actual behavior Point is not moved or moved to some random ...
bug
  • rrudakov
  • Opened 
    on Jun 20
  • #115

@rrudakov I ve noticed that the CI is broken on Emacs 30.1, as you ve used a function that s not available there. (clojure-ts-mode.el:1131:17: Error: the function ‘treesit-outline--at-point’ is not known ...
  • bbatsov
  • 1
  • Opened 
    on Jun 17
  • #112

Expected behavior Loading files under a reasonable size basically instantly, as with other tree-sitter modes (Rust, TSX, and Bash are others I ve tested for comparison). Actual behavior A strange... ...
bug
  • alexispurslane
  • 7
  • Opened 
    on Jun 5
  • #109

I ran across this video and it seemed like an interesting idea - to use the Tree-sitter AST for completion of things like locals and global definitions in the scope of a single source file. I m guessing ...
feature request
  • bbatsov
  • 9
  • Opened 
    on Jun 3
  • #107

We may consider removing recently added native C++ syntax highlighting for Jank (#103), although there is a chance that this syntax will still be supported (see https://github.com/jank-lang/jank/issues/24#issuecomment-2924460595). ...
  • rrudakov
  • 3
  • Opened 
    on May 31
  • #105

For treesitter major modes, show-paren-data-function is set to treesit-show-paren-data by default. This function highlights the first and the last children of a list thing , which is not always matching ...
bug
  • rrudakov
  • 18
  • Opened 
    on May 17
  • #97

I like using outshine mode in clojure-mode buffers, but folding doesnt appear to work in clojure-ts mode. https://github.com/alphapapa/outshine
feature request
good first issue
  • jave
  • 6
  • Opened 
    on Apr 15
  • #82

Expected behavior When standing at the beginning of a form that is the last one in the buffer and pressing C-k (which is bound to paredit-kill when Paredit is enabled), the form should be killed like ...
bug
  • alexander-yakushev
  • 6
  • Opened 
    on Apr 15
  • #81

We re using version 0.0.12, but I ve noticed there s also 0.0.13 now (https://github.com/sogaiu/tree-sitter-clojure/releases/tag/v0.0.13). @rrudakov Perhaps you wouldn t mind testing how things work with ...
enhancement
  • bbatsov
  • 5
  • Opened 
    on Apr 10
  • #77
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub