[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[NonGNU ELPA] Clojure-Ts-Mode version 0.2.0
From: |
ELPA update |
Subject: |
[NonGNU ELPA] Clojure-Ts-Mode version 0.2.0 |
Date: |
Mon, 25 Sep 2023 05:05:11 -0400 |
Version 0.2.0 of package Clojure-Ts-Mode has just been released in NonGNU ELPA.
You can now find it in M-x list-packages RET.
Clojure-Ts-Mode describes itself as:
===========================
Major mode for Clojure code
===========================
More at https://elpa.nongnu.org/nongnu/clojure-ts-mode.html
## Summary:
[![NonGNU ELPA][nongnu-elpa-badge]][nongnu-elpa-package]
[![MELPA Stable][melpa-stable-badge]][melpa-stable-package]
[![MELPA][melpa-badge]][melpa-package]
[![License GPL 3][badge-license]][copying]
[![Lint
Status](https://github.com/clojure-emacs/clojure-ts-mode/actions/workflows/lint-emacs.yml/badge.svg)](https://github.com/clojure-emacs/clojure-ts-mode/actions/workflows/lint-emacs.yml)
# Clojure Tree-Sitter Mode
`clojure-ts-mode` is an Emacs major mode that provides font-lock (syntax
highlighting), indentation, and navigation support for the
[Clojure(Script) programming language](http://clojure.org), powered by the
[tree-sitter-clojure](https://github.com/sogaiu/tree-sitter-clojure)
[tree-sitter](https://tree-sitter.github.io/tree-sitter/) grammar.
## Configuration
## Recent NEWS:
# Changelog
## main (unreleased)
## 0.2.0
- Pin grammar revision in treesit-language-source-alist
-
[bd61a7fb281b7b0b1d2e20d19ab5d46cbcdc6c1e](https://github.com/clojure-emacs/clojure-ts-mode/commit/bd61a7fb281b7b0b1d2e20d19ab5d46cbcdc6c1e)
- Make font lock feature list more conforming with recommendations
- (See treesit-font-lock-level documentation for more information.)
-
[2225190ee57ef667d69f2cd740e0137810bc38e7](https://github.com/clojure-emacs/clojure-ts-mode/commit/2225190ee57ef667d69f2cd740e0137810bc38e7)
- Highlight docstrings in interface, protocol, and variable definitions
-
[9af0a6b35c708309acdfeb4c0c79061b0fd4eb44](https://github.com/clojure-emacs/clojure-ts-mode/commit/9af0a6b35c708309acdfeb4c0c79061b0fd4eb44)
- Add support for semantic indentation (now the default)
-
[ae2e2486010554cfeb12f06a1485b4d81609d964](https://github.com/clojure-emacs/clojure-ts-mode/commit/ae2e2486010554cfeb12f06a1485b4d81609d964)
-
[ca3914aa7aa9645ab244658f8db781cc6f95111e](https://github.com/clojure-emacs/clojure-ts-mode/commit/ca3914aa7aa9645ab244658f8db781cc6f95111e)
-
[85871fdbc831b3129dae5762e9c247d453c35e15](https://github.com/clojure-emacs/clojure-ts-mode/commit/85871fdbc831b3129dae5762e9c247d453c35e15)
-
[ff5d7e13dc53cc5da0e8139b04e02d90f61d9065](https://github.com/clojure-emacs/clojure-ts-mode/commit/ff5d7e13dc53cc5da0e8139b04e02d90f61d9065)
- Highlight "\`quoted-symbols\` in docs strings like this."
- This feature uses a nested markdown parser.
If the parser is not available this feature should be silently disabled.
-
[9af0a6b35c708309acdfeb4c0c79061b0fd4eb44](https://github.com/clojure-emacs/clojure-ts-mode/commit/9af0a6b35c708309acdfeb4c0c79061b0fd4eb44)
- Highlight methods for `deftype`, `defrecord`, `defprotocol`, `reify` and
`definterface`
forms ([#20](https://github.com/clojure-emacs/clojure-ts-mode/issues/20)).
-
[5231c348e509cff91edd1ec59d7a59645395da15](https://github.com/clojure-emacs/clojure-ts-mode/commit/5231c348e509cff91edd1ec59d7a59645395da15)
- Thank you rrudakov for this contribution.
- Add derived `clojure-jank-ts-mode` for the
[Jank](https://github.com/jank-lang/jank) dialect of clojure
-
[a7b9654488693cdc9057a91410f74de42a397d1b](https://github.com/clojure-emacs/clojure-ts-mode/commit/a7b9654488693cdc9057a91410f74de42a397d1b)
## 0.1.5
- Disable treesit-transpose-sexps on Emacs 30 in favor of the default
implementation (#17)
[623c98292f9207a95169cdeae6f8595c016c6320](https://github.com/clojure-emacs/clojure-ts-mode/commit/623c98292f9207a95169cdeae6f8595c016c6320)
- Implement clojure-ts-find-ns function (mostly as a demonstration).
[d630cd63af8022d5a1fee0e7aa05450b6e0fd75e](https://github.com/clojure-emacs/clojure-ts-mode/commit/d630cd63af8022d5a1fee0e7aa05450b6e0fd75e)
## 0.1.4
- Fix misplaced defcustom form in hastily release 0.1.3
[6cba90c556c7e658b815cdbb9b4243bde3273203](https://github.com/clojure-emacs/clojure-ts-mode/commit/6cba90c556c7e658b815cdbb9b4243bde3273203)
## 0.1.3
- Add custom option for highlighting comment macro body forms as comments.
[ae3790adc0fc40ad905b8c30b152122991592a4e](https://github.com/clojure-emacs/clojure-ts-mode/commit/ae3790adc0fc40ad905b8c30b152122991592a4e)
- Defaults to OFF, highlighting comment body forms like any other
expressions.
- Additionally, does a better job of better detecting comment macros by
reducing false positives from forms like (not.clojure.core/comment)
## 0.1.2
- Add a syntax table from clojure-mode.
[712dc772fd38111c1e35fe60e4dbe7ac83032bd6](https://github.com/clojure-emacs/clojure-ts-mode/commit/712dc772fd38111c1e35fe60e4dbe7ac83032bd6).
- Better support for `thing-at-point` driven functionality.
- Thank you @jasonjckn for this contribution.
- Add 3 derived major modes
[4dc853df16ba09d10dc3a648865e681679c17606](https://github.com/clojure-emacs/clojure-ts-mode/commit/4dc853df16ba09d10dc3a648865e681679c17606)
- clojurescript-ts-mode
- clojurec-ts-mode
- clojure-dart-ts-mode
...
...
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [NonGNU ELPA] Clojure-Ts-Mode version 0.2.0,
ELPA update <=