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

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

[nongnu] branch elpa/jade-mode created (now 1ad7c51f3c)


From: ELPA Syncer
Subject: [nongnu] branch elpa/jade-mode created (now 1ad7c51f3c)
Date: Sat, 29 Jan 2022 08:24:32 -0500 (EST)

elpasync pushed a change to branch elpa/jade-mode.

        at  1ad7c51f3c Merge pull request #72 from he-la/master

This branch includes the following new commits:

       new  a22d4acd31 initial commit
       new  7a36edb480 added readme
       new  e27e785ae7 added more code samples to example
       new  de66308323 reboot
       new  f8b5b062a0 started work on electric tab
       new  63561e36f7 functional line indentation logic
       new  d28d1810fa basic decrement tab working
       new  e8e2964ef4 made tab cycle after hitting end
       new  555c0863bc bound S-tab to unindent line
       new  6b9d9507e2 can detect simple region sexps
       new  5552c5eaed updated readme
       new  5752db7c36 added significant whitespace mode as sub-mode for 
jade-mode and (soon to be) stylus-mode
       new  63f6e54b85 define backtab for ubuntu
       new  684a5c0fba require whitespace-mode
       new  b8778ae525 use builtin for moving point to beginning of text
       new  039b637cee new blank line + single tab = full indent
       new  cb82d16486 jade-mode depends on sws-mode
       new  2f0f55cae4 updated readme
       new  91c2d4be67 update to include keybinding information
       new  e9cc84aff7 use mark-active instead of region-active-p
       new  c6623ac6a6 added a basic stylus-mode
       new  523ac5b79f Merge pull request #3 from mmichelli/master
       new  e4c668bde5 Have documentation such that jade-mode is used for .jade 
files.
       new  8a25dd6702 Merge pull request #4 from travisjeffery/master
       new  573f954c7e set indent-tabs-mode as nil
       new  a1cbadd84d add .el file headers to enable automatic packaging - 
closes gh#6
       new  41351ec293 Add autoload declarations, explicit requires and ELPA 
package dependencies.
       new  fd8a4f3a09 Merge pull request #7 from purcell/master
       new  4079475e60 Modify comment for font-lock-keywords matcher.
       new  d259953442 Change doctype facename to font-lock-comment-face.
       new  c2a826f61b Change id facename to font-lock-variable-name-face.
       new  210825fd5e Change class facename to font-lock-type-face.
       new  871ec8a9b2 Change tag name's facename to 
font-lock-function-name-face.
       new  c0b9cfc755 Modify mather for doctype.
       new  7ff3a4cb0a Use local variables settings already in the sws-mode.
       new  d90ad2cc02 Add syntax table entry for single line comment.
       new  c8532a66f6 Support comment-dwim for single line comment syntax.
       new  eea90de1df Add support for keywords syntax coloring.
       new  62c012c8d6 Improved Stylus comments syntax highlighting.
       new  8f61e0dc6a Decimal point can be part of a constant.
       new  109b9850d2 Created a syntax table for Stylus mode.
       new  823c573c29 Merge pull request #5 from ntotani/master
       new  18dfef2623 Merge pull request #9 from jkpl/master
       new  4d2f58abd7 Merge https://github.com/brianc/jade-mode
       new  c513eded33 the string doctype now works as a doctype keyword.
       new  992ed1e50d single quoted strings are now properly highlighted.
       new  ed4275a1f8 Merge pull request #10 from telaviv/master
       new  a7c85da4df Added single quoted strings support to stylus mode.
       new  36fbf629a8 Improved sws-mode indentation
       new  3db33f4642 Fixed sws-indent-line not detecting the use of tab indent
       new  275ab149ed Merge pull request #11 from jkpl/master
       new  b33e7017f7 Defvar instead of setq
       new  0de371694a Match zero or more whitespace in BOL instead of one or 
more.
       new  7f63cc296c Merge pull request #14 from jkpl/master
       new  86f0734689 add init.el boilerplate for flymake support in the README
       new  f540df5ee6 Merge pull request #16 from tardyp/master
       new  05d671fcdb Add comment syntax to allow for M-x (un)comment-region.
       new  2e75549657 Merge pull request #18 from abutcher/comment-syntax
       new  fd1a442556 Add missing jade keywords "block append", "block 
prepend", "append" and "prepend"
       new  d2c37c960b Merge pull request #22 from Niluge-KiWi/master
       new  1b86926046 Refined and extended syntax highlighting
       new  dd7becb0fb Merge pull request #25 from gavinpc/patch-1
       new  2d8a3013c4 Create LICENSE.txt
       new  40efeb499a Indent using the number of lines in a region instead of 
the location of point within the original region.
       new  33bad1d74e Merge pull request #28 from Sterlingg/DedentFix
       new  cb0f564166 remove jade-mode dependency on sws-mode
       new  e128ce3b07 add custom indent functions for line/region
       new  00c789673f Closes #26. Fix inline '//' highlight as comment
       new  dfeadc97a5 Merge pull request #31 from 
tjefferson08/26_comment_highlight
       new  ae579601b8 Merge pull request #30 from tjefferson08/fix_indentation
       new  2b093c23d2 [#20] add single quote ex. (currently incorrect)
       new  ba002b5e03 [#20] fix basic issue of single-quote highlighting
       new  6707074e67 Merge pull request #32 from 
tjefferson08/20_single_quote_highlighting
       new  449df109fc fix unbound variable reference in let binding
       new  2c830e70e0 Use \\' instead of $
       new  fd367b9489 Remove unnecessary code from README
       new  73893e8d8f Merge pull request #34 from 
zonuexe/fix/auto-mode-tail-match
       new  d8324d4820 Improve comment line/region function
       new  544be1a87d match full tag decl. and un-hl subsequent content
       new  e621d186c1 Merge pull request #36 from 
tjefferson08/remove_hl_after_tags
       new  0eb59822bf Merge pull request #35 from 
tjefferson08/add_new_comment_syntax
       new  03486dce69 Merge pull request #33 from mgalgs/master
       new  351f756569 [#37] Highlight string lit. manually - Closes #37
       new  4e7a20db49 Merge pull request #38 from 
tjefferson08/37_highlight_strings_in_parens
       new  57ab4d6555 [#39] add JS examples to highlight
       new  a90b512c6e [#39] add two functions to hl JS blocks
       new  a8d77823a7 Merge pull request #40 from tjefferson08/39_highlight_js
       new  97e1db63be fix error while fontifying pipe regions
       new  9907c897e7 Merge pull request #41 from 
tjefferson08/pipe_highlighting
       new  0a9ddef0eb tweak example.jade so it'll actually render
       new  473d29b5c2 move doctype in rendering order
       new  bbaf2bb3a1 add a THIRD comment type and use THAT ad default
       new  8f2959ef79 Merge pull request #43 from 
tjefferson08/fix_comment_again
       new  a61ad07db6 Merge pull request #42 from 
tjefferson08/doctype_fontification
       new  932a2fef33 [#46] start unit test file for highlighting
       new  ac71830de7 [#46] add Makefile and .travis.yml
       new  4336ae9cc4 [#46] ignore .elc files
       new  c4014d8a9c Merge pull request #50 from tjefferson08/46_unit_tests
       new  42bb8501b4 fix some compile warnings and sexp-region
       new  279df56bf9 add some tests for indentation (new file)
       new  efb86f6a36 Merge pull request #51 from 
tjefferson08/fix_compile_warnings
       new  efee8b7bda add Cask file
       new  2b4c25161f put jade-mode project under control of cask
       new  2417d49ed1 add regression tests for lines with one color
       new  f9522fc00a reorder highlight tests to match regex order in 
jade-mode.el and display word in ert should
       new  e9288f66dc use named regexes in font-lock-keywords list
       new  ce2400711d get mixin parameters to highlight correctly
       new  3951fc4138 add phony `test' makefile target
       new  216d1f5148 use mc's mixin regex to highlight mixin syntax
       new  fe250570ee install cask in TCI setup, remove emacs 23 build
       new  ecc1253196 Merge pull request #56 from MC-Escherichia/fix-regexes
       new  6a3a936de8 Merge pull request #57 from 
tjefferson08/makefile-and-mixin-cleanup
       new  519b455d1f Add melpa badge and flycheck support note
       new  14b2db00cb Merge pull request #60 from 
robbyoconnor/add-melpa-badge-and-flycheck-note
       new  936b4a974b Remove flymake mentions from the README
       new  97c460453b Merge pull request #62 from 
robbyoconnor/remove-flymake-from-README
       new  c017b86026 Fix Grammar error in Flycheck sentence.
       new  0d0bbf6073 Merge pull request #63 from 
robbyoconnor/fix-grammar-error
       new  1ebb5134b6 Files with ".pug" extension are now detected
       new  fd48e74686 Merge pull request #67 from Emeraude/pug-rename
       new  93c0dec9d4 fix `.pug` extension to be auto-loaded
       new  4dbde92542 Merge pull request #68 from chillum/master
       new  8f8e3154e4 Derive from text-mode, remove unneeded code
       new  dad17dc86c Fix package headers
       new  cfd25bce3e Merge pull request #70 from wasamasa/fix-mode-definition
       new  111460b056 Merge pull request #71 from phikal/master
       new  334faaa998 fix small typo
       new  1ad7c51f3c Merge pull request #72 from he-la/master




reply via email to

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