diff options
| author | Tom Tromey | 2017-08-23 16:06:48 -0600 |
|---|---|---|
| committer | Tom Tromey | 2017-08-23 16:06:48 -0600 |
| commit | ad3cd227aa915ac1e671c27aa642da49bac5c463 (patch) | |
| tree | a9d41df74d4420745cf4bf2db6c1b7de510368e0 /etc | |
| parent | 9538ba6a0f7b906fed3bb7d10b9b98244469047b (diff) | |
| download | emacs-ad3cd227aa915ac1e671c27aa642da49bac5c463.tar.gz emacs-ad3cd227aa915ac1e671c27aa642da49bac5c463.zip | |
Add conf-toml-mode
* etc/NEWS: Mention conf-toml-mode.
* lisp/files.el (auto-mode-alist): Add entry for .toml.
* lisp/textmodes/conf-mode.el (conf-toml-mode-syntax-table)
(conf-toml-font-lock-keywords): New defvars.
(conf-toml-mode): New mode.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1115,6 +1115,9 @@ processes on exit. | |||
| 1115 | mode for *.html files. This mode handles indentation, | 1115 | mode for *.html files. This mode handles indentation, |
| 1116 | fontification, and commenting for embedded JavaScript and CSS. | 1116 | fontification, and commenting for embedded JavaScript and CSS. |
| 1117 | 1117 | ||
| 1118 | ** New mode 'conf-toml-mode' is a sub-mode of conf-mode, specialized | ||
| 1119 | for editing TOML files. | ||
| 1120 | |||
| 1118 | ** New minor mode 'pixel-scroll-mode' provides smooth pixel-level scrolling. | 1121 | ** New minor mode 'pixel-scroll-mode' provides smooth pixel-level scrolling. |
| 1119 | 1122 | ||
| 1120 | ** New major mode 'less-css-mode' (a minor variant of 'css-mode') for | 1123 | ** New major mode 'less-css-mode' (a minor variant of 'css-mode') for |