emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/lua-mode c1fcfb6 211/468: Add NEWS file


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode c1fcfb6 211/468: Add NEWS file
Date: Thu, 5 Aug 2021 04:58:38 -0400 (EDT)

branch: elpa/lua-mode
commit c1fcfb62ae0ba8edf3293b770e68a6656792f64c
Author: immerrr <immerrr+lua@gmail.com>
Commit: immerrr <immerrr+lua@gmail.com>

    Add NEWS file
---
 NEWS | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..5977d8a
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,37 @@
+* Release rel-20130419
+** highlight hash-bang line as comment
+
+** make lua-mode-hook editable via customize
+
+** rewrite of indentation engine fixing several indentation bugs & quirks
+
+** fix lua-send-proc not to send previous function when point is at the 
beginning of a function
+
+** derive lua-mode from prog-mode for Emacs24
+
+** add font-locking for builtins and numeric constants
+
+** fix a bug causing exponential complexity in a keyword matching regexp
+
+** add more unindentation cases for block-closing tokens
+
+** improve multiline highlighting via font-lock-syntactic-keywords
+   This should make font-locking of multiline literals more fluent & stable.  
And
+   it becomes customizable via standard font-lock configuration
+
+** properly fontify variable definitions in 'local ...' & 'for ...'
+   Also, perform some basic syntax verification in those lines.  Multi-line
+   constructs not supported yet.
+
+** fix indentation for blocks starting on continued lines
+     local foo =
+        {
+           bar,
+           baz
+        }  ^
+           1. these lines should be indented properly now
+     ^
+     2. the following lines should be unindented properly now
+
+** extend imenu-generic-expression
+   Now it matches 'foo = function(...)' function definitions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]