[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/clojure-ts-mode 1a9b88b774 013/210: Font-lock cljx feature
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/clojure-ts-mode 1a9b88b774 013/210: Font-lock cljx features |
Date: |
Thu, 31 Oct 2024 18:59:33 -0400 (EDT) |
branch: elpa/clojure-ts-mode
commit 1a9b88b7743220400309f84f70e5ec8019183289
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Commit: Bozhidar Batsov <bozhidar@tradeo.com>
Font-lock cljx features
---
clojure-mode-test.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/clojure-mode-test.el b/clojure-mode-test.el
index e837af0ab7..4f0a38bef4 100644
--- a/clojure-mode-test.el
+++ b/clojure-mode-test.el
@@ -165,6 +165,11 @@ POS."
(should (eq (clojure-test-face-at 1 2 "\\1") 'font-lock-string-face))
(should (eq (clojure-test-face-at 1 6 "\\u0032") 'font-lock-string-face)))
+(ert-deftest clojure-mode-syntax-table/cljx ()
+ :tags '(fontification syntax-table)
+ (should (eq (clojure-test-face-at 1 5 "#+clj x")
'font-lock-preprocessor-face))
+ (should (eq (clojure-test-face-at 1 6 "#+cljs x")
'font-lock-preprocessor-face)))
+
(provide 'clojure-mode-test)
;; Local Variables:
- [nongnu] elpa/clojure-ts-mode cbbf18a6a7 108/210: Port let related refactorings from clj-refactor.el, (continued)
- [nongnu] elpa/clojure-ts-mode cbbf18a6a7 108/210: Port let related refactorings from clj-refactor.el, ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode 294714b89f 101/210: Fix bug when passing lambda to define-clojure-indent, closes #383, ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode 9c98734cb6 099/210: Add a test for ns-sort, ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode fbf55ac199 141/210: Merge pull request #505 from carlosgeos/fix-445, ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode 18d6f4f2ec 113/210: Remove ; from paragraph-start regexp during fill (#434), ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode 4e4b03e2de 137/210: [Fix #508] Correct font-lock for namespaces, ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode fb88b3b3c8 116/210: Move to top-level before `re-search-backward` in `clojure-find-ns`, ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode 1d604dbafc 139/210: Merge pull request #509 from carlosgeos/fix-508, ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode a126773966 145/210: [#422] Split def-refactor-test macro into 2 separate macros., ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode 756d6941d8 151/210: Bump the copyright years, ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode 1a9b88b774 013/210: Font-lock cljx features,
ELPA Syncer <=
- [nongnu] elpa/clojure-ts-mode 35bdde40d9 150/210: [Fix #410] Add refactoring: add an arity to a function., ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode 5f268e139f 008/210: Font lock static method calls like SomeClass/someMethod, ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode 1b7a61db89 030/210: [Fix #274] Correct font-locking of punctuation character literals, ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode a9fc8cb5bf 038/210: Fix font-locking tests, ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode c855d1eefd 040/210: Fix for error in `clojure-expected-ns`, ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode c1e84d0949 053/210: [Fix #327] Indentation when a symbol ends in ? or ', ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode 552edf7530 054/210: [Fix #331] Indentation in buffers without a final newline, ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode b4e8a209f0 068/210: [Fix #349] Indent and font-lock (let|when|while)-* forms, ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode 358f9b73a8 064/210: Use cl-evenp in one of the tests, ELPA Syncer, 2024/10/31
- [nongnu] elpa/clojure-ts-mode 279d464325 057/210: Add a regression test for #335, ELPA Syncer, 2024/10/31