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

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

[nongnu] elpa/jade-mode 5552c5eaed 011/128: updated readme


From: ELPA Syncer
Subject: [nongnu] elpa/jade-mode 5552c5eaed 011/128: updated readme
Date: Sat, 29 Jan 2022 08:24:42 -0500 (EST)

branch: elpa/jade-mode
commit 5552c5eaed03537d024b8229d08bfb9c56a09c39
Author: brianc <brian.m.carlson@gmail.com>
Commit: brianc <brian.m.carlson@gmail.com>

    updated readme
---
 README.md | 33 ++++++++++++++++++++++++++++++++-
 1 file changed, 32 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1749e8140a..23635039e2 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,33 @@
 # jade-mode
-very very _very_ early stages.  basic syntax highlighting sorta works
+
+Emacs major mode for [jade template](http://github.com/visionmedia/jade) 
highlighting.
+
+Still in very early stages.  Some simple highlighting of tags, ids, and 
classes works; however, it highlights incorrectly into the javascript code and 
plain text code as well.
+
+Lines can be indented or un-indented (is that a word?) with tab, shift-tab 
respectively.  Indentation will look at the proceeding line and not indent more 
than 1 level of nesting below it.
+
+    html
+      body
+        #container
+        .content
+      ^
+      |----cursor anywhere on this line, press tab
+
+    html
+      body
+        #container
+          .content
+      ^
+      |---- cursor anywhere on this line, press tab again
+
+    html
+      body
+        #container
+    .content
+
+Regions can be indentend in a similar way; however, this is still buggy as 
hell.
+
+I would like to get the highlighting working better.  Also note javascript 
highlighting with either js2-mode or espresso-mode should be possible.
+
+Since jade nesting is somewhat related to sexp layout I hope to have sexp 
related selection & manipulation working in the future.  Currently working on 
`jade-highlight-sexp`
+      



reply via email to

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