aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTom Tromey2017-08-23 16:06:48 -0600
committerTom Tromey2017-08-23 16:06:48 -0600
commitad3cd227aa915ac1e671c27aa642da49bac5c463 (patch)
treea9d41df74d4420745cf4bf2db6c1b7de510368e0 /etc
parent9538ba6a0f7b906fed3bb7d10b9b98244469047b (diff)
downloademacs-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 09390333ae6..a9e2f5ae3f1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1115,6 +1115,9 @@ processes on exit.
1115mode for *.html files. This mode handles indentation, 1115mode for *.html files. This mode handles indentation,
1116fontification, and commenting for embedded JavaScript and CSS. 1116fontification, 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