summaryrefslogtreecommitdiff
path: root/itches/emacs/language-support.org
diff options
context:
space:
mode:
Diffstat (limited to 'itches/emacs/language-support.org')
-rw-r--r--itches/emacs/language-support.org7
1 files changed, 1 insertions, 6 deletions
diff --git a/itches/emacs/language-support.org b/itches/emacs/language-support.org
index 8ec766e..375b657 100644
--- a/itches/emacs/language-support.org
+++ b/itches/emacs/language-support.org
@@ -9,8 +9,6 @@ Default to "mixed" (rely on tests to ensure user-visible change).
**** TODO create variable to choose style
Users could customize it or set it with directory-local variables.
*** TODO add heuristic to pick the "right" style
-** Fontify f-strings
-E.g. =f'an {expression} that should be highlighted'=.
* Shell scripts
@@ -36,10 +34,7 @@ foo_bar \
${foo}bar \
indentisfoobar
#+end_src
-
-
-* Makefile
-** Recognize [[http://austingroupbugs.net/view.php?id=330][POSIX "immediate-expansion"]] operator ~::=~
+Reported by Dario Gjorgjevski in bug#44592.
* Assembly