Skip to content

Commit 0d67269

Browse files
committed
[REF] Drop unsupported versions
* `anychar`, `literal` and more from `(rx ...)` missing * `(font-lock-ensure)` missing and `(font-lock-fontify-buffer)` not producing the same results
1 parent f89f097 commit 0d67269

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
os:
1717
- ubuntu-latest
1818
emacs_version: [
19-
'24.4',
20-
'25.1', '25.2', '25.3',
21-
'26.1', '26.2', '26.3',
2219
'27.1', '27.2',
2320
'28.1', '28.2',
2421
'29.1', '29.2', '29.3',

dbml-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Peter Badida <keyweeusr@gmail.com>
66
;; Keywords: convenience, dbml, language, markup, highlight, dbdiagram, diagram
77
;; Version: 1.2.0
8-
;; Package-Requires: ((emacs "24.4"))
8+
;; Package-Requires: ((emacs "27.1"))
99
;; Homepage: https://github.com/KeyWeeUsr/dbml-mode
1010

1111
;; This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)