Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: clojure-emacs/clojure-ts-mode

clojure-ts-mode v0.5.1

17 Jun 06:07

Choose a tag to compare

What's Changed

  • Fix performance issue by pre-compiling Tree-sitter queries by@rrudakov in#110
  • Setclojure-ts-completion-at-point-function locally by@rrudakov in#111

Full Changelog:v0.5.0...v0.5.1

Contributors

  • @rrudakov
rrudakov
Assets2
Loading
sogaiu, zkry, and mpenet reacted with heart emoji
3 people reacted

clojure-ts-mode v0.5.0

04 Jun 05:02

Choose a tag to compare

What's Changed

  • #96: Highlight function name properly inextend-protocol form.
  • #96: Add support for extend-protocol forms toclojure-ts-add-arity refactoring
    command.
  • #99: Improve navigation by s-expression by switching to an experimental
    Clojure grammar.
  • #99: More consistent docstrings highlighting andfill-paragraph behavior.
  • #99: Fix bug inclojure-ts-align when nested form has extra spaces.
  • #99: Fix bug inclojure-ts-unwind when there is only one expression after
    threading symbol.
  • #103: Introduceclojure-ts-jank-use-cpp-parser customization which allows
    highlighting C++ syntax in Janknative/raw forms.
  • #103: Introduceclojure-ts-clojurescript-use-js-parser customization which
    allows highlighting JS syntax in ClojureScriptjs* forms.
  • #104: Introduce theclojure-ts-extra-def-forms customization option to specify
    additionaldefn-like forms that should be fontified.
  • Introduce completion feature andclojure-ts-completion-enabled customization.

Full Changelog:v0.4.0...v0.5.0

Loading
rrudakov reacted with hooray emojisogaiu and zkry reacted with heart emoji
3 people reacted

clojure-ts-mode v0.4.0

15 May 07:33

Choose a tag to compare

What's Changed

  • Implementclojure-ts-align by@rrudakov in#83
  • Add regex syntax highlighting by@rrudakov in#84
  • Add support for automatic aligning forms by@rrudakov in#85
  • Support 2 variants of integration withoutline-minor-mode by@rrudakov in#87
  • Fix some issues with short anonymous functions by@rrudakov in#86
  • Add unwind refactoring commands by@rrudakov in#88
  • Introduce threading refactoring commands by@rrudakov in#89
  • Introduce cycle privacy refactoring command by@rrudakov in#90
  • Introduceclojure-ts-toggle-keyword-string by@rrudakov in#91
  • Introduce commands to convert collection type by@rrudakov in#92
  • Introduceclojure-ts-add-arity refactoring command by@rrudakov in#93
  • Better handling of namespaced maps + bugfixes forclojure-ts-align by@rrudakov in#94
  • Introduce more cycling refactoring commands by@rrudakov in#95

Full Changelog:v0.3.0...v0.4.0

Contributors

  • @rrudakov
rrudakov
Loading
rrudakov, gen1321, and mpenet reacted with hooray emojisogaiu and mpenet reacted with heart emoji
4 people reacted

clojure-ts-mode 0.3

15 Apr 08:07

Choose a tag to compare

  • #62: Definelist "thing" to improve navigation in Emacs 31.
  • #64: Add defcustomclojure-ts-auto-remap to control remapping ofclojure-mode buffers.
  • #66: Improve syntax highlighting:
    • Highlight metadata with single keyword withclojure-ts-keyword-face.
    • Only highlight built-ins fromclojure.core namespace.
    • Highlight named lambda functions properly.
    • Fix syntax highlighting for functions and vars with metadata on the previous
      line.
  • #67: Improve semantic indentation rules to be more consistent with cljfmt.
  • #67: Introduceclojure-ts-semantic-indent-rules customization option.
  • #61: Fix issue with indentation of collection items with metadata.
  • #68: Proper syntax highlighting for expressions with metadata.
  • #69: Add basic support for dynamic indentation viaclojure-ts-get-indent-function.
  • #70: Add support for nested indentation rules.
  • #71: Properly highlight function name inletfn form.
  • #72: Pass fully qualified symbol toclojure-ts-get-indent-function.
  • #76: Improve performance of semantic indentation by caching rules.
  • #74: Add imenu support for keywords definitions.
  • #77: Update grammars to the latest versions.
  • #79: Improve markdown highlighting in the docstrings.
  • #60: Fix issue with incorrect fontification, whenmarkdown-inline is enabled.
Loading
sogaiu, rrudakov, and Nathan-Furnal reacted with hooray emoji
3 people reacted

clojure-ts-mode 0.2.3

04 Mar 13:44

Choose a tag to compare

  • [#38]: Add support forin-ns forms inclojure-ts-find-ns.
  • [#46]: Fix missingcomment-add variable inclojure-ts-mode-variables mentioned in [#26]
  • Add imenu support fordeftest definitions.
  • [#53]: Letclojure-ts-mode derive fromclojure-mode for Emacs 30+.
  • [#42]: Fix imenu support for definitions with metadata.
  • [#42]: Fix font locking of definitions with metadata.
  • [#42]: Fix indentation of definitions with metadata.
  • [#49]: Fix semantic indentation of quoted functions.
  • [#58]: Add customfill-paragraph-function which respects docstrings similar to
    clojure-mode.
  • [#59]: Add customization option to disable markdown syntax highlighting in the
    docstrings.
Loading

clojure-ts-mode 0.2.2

04 Mar 13:45

Choose a tag to compare

  • [#37]: Fix derived modes broken with [#36].
Loading

clojure-ts-mode 0.2.1

14 Feb 08:53

Choose a tag to compare

  • [#36]: Rename all derived mode vars to match the package prefix.
    • clojurescript-ts-mode ->clojure-ts-clojurescript-mode
    • clojurec-ts-mode ->clojure-ts-clojurec-mode
    • clojure-dart-ts-mode ->clojure-ts-clojuredart-mode
    • clojure-jank-ts-mode ->clojure-ts-jank-mode
  • [#30]: Add custom optionclojure-ts-toplevel-inside-comment-form as an equivalent toclojure-toplevel-inside-comment-form inclojure-mode.
  • [#32]: Change behavior ofbeginning-of-defun andend-of-defun to consider all Clojure sexps as defuns.
Loading

[8]ページ先頭

©2009-2025 Movatter.jp