diff options
| author | Randy Taylor | 2022-12-07 20:53:35 -0500 |
|---|---|---|
| committer | Yuan Fu | 2022-12-09 16:46:01 -0800 |
| commit | 8f49137c9bf614b285c19a3a845c7606fcba23a4 (patch) | |
| tree | 5aa0599d5ab9d60e6cf31324d2755fd3ab8cd244 /etc | |
| parent | 1014bcc8e32c8ab7b25e148d13e7e3a82f9635b9 (diff) | |
| download | emacs-8f49137c9bf614b285c19a3a845c7606fcba23a4.tar.gz emacs-8f49137c9bf614b285c19a3a845c7606fcba23a4.zip | |
Add dockerfile-ts-mode (Bug#59894)
* admin/notes/tree-sitter/build-module/batch.sh: Add dockerfile support.
* admin/notes/tree-sitter/build-module/build.sh: Support different
namespaces and add dockerfile support.
* etc/NEWS: Mention it.
* lisp/progmodes/dockerfile-ts-mode.el: New major mode with
tree-sitter support.
* lisp/progmodes/eglot.el (eglot-server-programs): Add it.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -3068,6 +3068,11 @@ A major mode based on the tree-sitter library for editing Bash shell | |||
| 3068 | scripts. It includes support for font-locking, indentation, Imenu, | 3068 | scripts. It includes support for font-locking, indentation, Imenu, |
| 3069 | which-func, and navigation. | 3069 | which-func, and navigation. |
| 3070 | 3070 | ||
| 3071 | ** New major mode 'dockerfile-ts-mode'. | ||
| 3072 | A major mode based on the tree-sitter library for editing | ||
| 3073 | Dockerfiles. It includes support for font-locking, indentation, Imenu, | ||
| 3074 | and which-func. | ||
| 3075 | |||
| 3071 | 3076 | ||
| 3072 | * Incompatible Lisp Changes in Emacs 29.1 | 3077 | * Incompatible Lisp Changes in Emacs 29.1 |
| 3073 | 3078 | ||