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

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

[nongnu] branch elpa/web-mode created (now 8ef4793)


From: ELPA Syncer
Subject: [nongnu] branch elpa/web-mode created (now 8ef4793)
Date: Sat, 7 Aug 2021 09:28:52 -0400 (EDT)

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

        at  8ef4793   char / allowed in unquotted attr value

This branch includes the following new commits:

       new  6bea42a   Initial commit
       new  71bec91   Update master
       new  88bc6d5   initial transfer
       new  9ffadf4   test commit
       new  34779de   cleaning
       new  40f9e4c   Update master
       new  f116553   html attributes begin with a =
       new  e868447   font lock keywords optims
       new  6317d15   html attribute detection
       new  4f9f5f1   fetch parent element
       new  b555724   ignore temporary emacs files
       new  e0cf556   cleaning
       new  1f1a3fa   cleanings
       new  bd570c6   better syntax for snippets
       new  aa8fd22   clean-up
       new  fe1aa0c   more clean-ups
       new  4762d35   new function : web-mode-select-element
       new  fb5835c   new function : web-mode-delete-region
       new  14eacb4   new function : web-mode-duplicate-element
       new  d641c9d   ignore emacs backup files
       new  67e4c56   experiments with web-mode-font-lock-extend-region
       new  45babf0   better indentation behaviour
       new  652286c   bug fix
       new  d9c4146   Bug fixes
       new  022b5a7   Handle tags with colon
       new  a2d4ea4   indentation bug fix
       new  026d901   bug fix
       new  7352df0   JSP basic compatibility
       new  02216b1   better syntax highlighting
       new  de290d2   Update .gitignore
       new  cf96bc9   Better html attributes handling + Perl template
       new  468b6ff   typo
       new  7743205   Better detection of HTML tag
       new  88901c4   Bug fix with tag case sensitivity
       new  2f2d99a   Bug fix with is-void-element
       new  c9d4700   stronger regexp in font-lock-keywords
       new  d66055f   code optimization all over the place
       new  4f3465c   navigation between jsp control tags
       new  c8963c1   not every one defines a web-mode-hook
       new  3f2023b   better handling of xml files + font-locking optimizations
       new  4f14238   optimization + disable autocomplete in terminal
       new  f191e5c   comments in css block
       new  c8b7869   better syntaxhighlighting and indentation for CSS
       new  229dc31   version update
       new  13568a7   progn deletions where not needed
       new  fa9c6cc   Update README.md
       new  457da03   it is now possible to edit *.css files with web-mode.el
       new  5e4f816   cleanup
       new  b601fbc   font-lock-multiline is now set to nil
       new  30a6fbe   web-mode-comment-uncomment
       new  d8b5124   better html commenting
       new  0ee9536   compatibility with pure php file
       new  b190077   bump version
       new  e8cbc76   autoload cookies
       new  f014b57   web-mode definition update
       new  a6c3a19   Update README.md
       new  035bb7e   lisp syntax optim
       new  5d44542   better indentation when the line ends with a comment
       new  f301b22   code folding, aspx compatibility
       new  5537808   better block type detection for indentation
       new  41fbc31   Ignore byte compiled files
       new  500cd87   Merge pull request #3 from bradleywright/patch-1
       new  5eaac64   closing the last php block is not required anymore
       new  4e88d27   typo
       new  7a03a9d   Merge pull request #7 from banjo-monger/master
       new  e72c8da   version 3.00
       new  c6b3489   commit error
       new  1ac5dc5   update
       new  5114367   update
       new  bc0d4e6   set font-lock-fontify-buffer-function
       new  72b7c03   function renamming
       new  397de1e   remove comments
       new  71b6e1b   cleaning
       new  9f9d459   define-key and parent-element
       new  67018d2   web-mode-select-inner-element
       new  2735830   version 3.5
       new  689c815   strange character
       new  b4a6c1c   bug fix
       new  0f9a1d8   fix
       new  6539f46   Compatibility with FreeMarker alternative syntax
       new  214441e   indentation bug fix
       new  e3df8db   more indentation bug fixes
       new  705679f   indentation improvement
       new  e3d1d27   v3.6
       new  5511934   it is now possible to force an engine with 
web-mode-engines-alist
       new  6833dcb   fixes
       new  13c845c   smarty compatibility
       new  4b32971   Update README.md
       new  cfba056   Update README.md
       new  59372c7   v4.0
       new  04f9015   django bug fixes
       new  a8e1fef   optimizations
       new  1cf720b   try to unload rainbow-mode
       new  4fbf625   disable whitespace-mode
       new  dc4657b   more extensions recognized
       new  a25e623   avoid defaliasing prog-mode if necessary in .emacs
       new  74a7b95   compatibility issue with emacs 23
       new  5e85239   strange bugfix for syntax highlighting under emacs 23
       new  8c02b17   optimizations + while endwhile php tag navigation
       new  9ebe4d2   compatibility with the ctemplate and mustache engines
       new  b6750c0   Update README.md
       new  09a42a0   Update README.md
       new  898a154   code folding for mustache
       new  f268cab   Don't use the deprecated CL mode
       new  de19126   indent optimizations
       new  83df11f   Merge pull request #20 from itoshkov/fix/sans-cl
       new  cb919cb   helper functions + refactoring
       new  d837bb4   re indent all file
       new  df1ac10   some more cleaning
       new  bbe832e   Loops / lists iterations replaced with dotimes / dolist 
macros. Changes improve speed.
       new  a7007ca   Merge pull request #22 from aiwass93/loops-change
       new  39827c3   Remove lines with no effect: (unless limit (setf limit 
nil)) -> if limit==nil then limit=nil Rewrite decision conditions to simpler 
equivalents Remove (when (= (point-max) (+ (buffer-size) 1))) on the else 
branch of the if with same condition negated: condition always true (remove 
unnecessary evaluation of point-max and buffer-size)
       new  16af69b   Merge pull request #23 from aiwass93/conditions-rewrite
       new  dd8edd8   handlebars template suport
       new  8078d83   Merge pull request #24 from peleteiro/master
       new  5ebdcd1   small optim
       new  c2cc024   small changes
       new  7ad5085   bugfix
       new  5bdc524   Update README.md
       new  18b7521   Update README.md
       new  8a2970e   Update README.md
       new  7a8d13b   bug fix
       new  1243f15   bug fix and speed up
       new  114edb5   update version
       new  acc22aa   new javascript keyword + script content-type text/html
       new  26644f0   django-expr-font-lock-keywords
       new  ef48f65   whitespaces display + blade template engine compatibility
       new  75c668c   Update README.md
       new  b1b076d   indent bug fix + new function web-mode-replace-entities
       new  f27090d   better indentation rules
       new  e7ecfb7   version update
       new  876510c   Update README.md
       new  a679eb0   Update README.md
       new  b80754a   function names standardization
       new  dd7e292   small typos
       new  8383976   new autopair
       new  dc608af   Update web-mode.el
       new  7de47b8   small changes
       new  2010057   css colorization fix
       new  7e4336f   v5 release
       new  bcdfeb2   new shortcut for web-mode-comment-or-uncomment
       new  b3d8b54   tag autoclosing fix
       new  7655014   tag autoclosing fix
       new  26f51c4   try to handle switch case indentation
       new  e63fe19   more robust code for navigation + basic filling 
compatibility
       new  4dba149   new behaviour with the value 2 of web-mode-indent-style
       new  5481f99   comment indent fix
       new  d73493f   version update
       new  95480e2   indent bug fix
       new  94f1b12   version update
       new  402eff9   comment alignment
       new  b0ff9ce   fill-paragraph compatibility for html text
       new  d1c6b57   Colorize CSS colors so that the foreground is always 
readable
       new  0bafe5c   Merge pull request #45 from tadfisher/master
       new  33ebf43   version update
       new  4cd23f3   imenu + fontlock fix + web-mode-xml-replace + django 
filters
       new  af83022   django fix
       new  0323ee5   imenu
       new  cecd878   better (un)comment handling
       new  b89a8a0   force server comment
       new  e8c8830   new helper : web-mode-buffer-refresh
       new  d7cd7be   yasnippet , go template, razor / play
       new  cc5dc34   some refactoring
       new  997e041   fix for non closed php blocks
       new  3970bfa   Update README.md
       new  44be34a   background for server blocks
       new  ff1eaa6   better background color for server blocks
       new  cc17b18   make byte-compilation more silent
       new  1dc8050   small fix
       new  341159f   better regexp for asp blocks
       new  2eb7af9   asp vbscript comment
       new  e93db25   better fontification for vbscript asp
       new  2d05064   code refactoring
       new  b20ccf7   fix for query replace fontification issue
       new  70cd845   html parsing speedup
       new  4a707fb   vbscript font-lock keyword update
       new  c34c14f   heredoc fontification
       new  ea9e5ed   update version
       new  3a2dc18   web-mode-enable-block-faces
       new  651dcb2   ember.js compatibility
       new  9d01f8d   better indentation rules + defcustoms for -extra- vars
       new  bc28b37   better and faster indentation inside code blocks
       new  f7fead8   better indentation of switch ... case
       new  7400f78   small fix
       new  f6b351f   faster, smaller, stronger code indentation function
       new  27db4c0   version 6.0.0
       new  5225590   better erb block indentation
       new  0391c78   erb indent fix
       new  d6d0c78   small fix
       new  511078c   default css faces inherit from standard faces
       new  f65aa8e   ruby basic indentation
       new  e59182c   remove indent-for-tab-command from the yasnippet hook
       new  c1f4596   new erb keywords
       new  12263eb   more ruby keywords
       new  21657c1   web-mode-symbol-face
       new  b258005   increase version
       new  95076f4   small fix
       new  2362078   new shortcuts + bug fixes
       new  5b0e1fc   cosmetic changes for marmalade
       new  4acb3df   new feature : keyword highlighting in comments
       new  9098834   better handling of comment-keywords
       new  2fe7e68   fixes, simplification, block commenting
       new  82614b8   control blocks are now considered when calculating html 
indentation
       new  a43ba5d   padding for style , script and block
       new  308bf2c   new blade controls
       new  6cb23f5   tag match optimization
       new  f48a9fa   bracket indentation fix
       new  ff9ca8d   less aggressive optimization for bracket indentation
       new  03914a6   more comment keywords
       new  b37c34e   indentation optimization
       new  e8c465a   more cleaning on tag , control block matching
       new  c8fb05e   work on velocity and smarty
       new  0629ca3   better indentation and web-mode-element-traverse function
       new  3b99811   indentation of attributes in jsp tags
       new  949c0bd   erb fix
       new  4fadf43   references fixes
       new  49efdb0   web-mode menu in the menubar
       new  841bf63   keymap fixes
       new  7fc8e0c   cleaning
       new  56ba017   compatibility with dust.js
       new  b8886b1   keymap cleaning
       new  1145448   factorization and cleaning
       new  16cc94a   compatibility with closure template engine
       new  04ba919   add kite
       new  2855346   Update README.md
       new  4a74838   Fixed typo
       new  73de049   Merge pull request #86 from atihonruk/master
       new  081f9e3   fix yasnippet hook name
       new  18418f1   Merge pull request #87 from WeweTom/master
       new  4a2ef14   wsf
       new  bd0ef03   Update README.md
       new  ffae30d   asp indentation
       new  eaea110   version update
       new  03ba24b   Update README.md
       new  036cf05   Update README.md
       new  6e0baee   better region invalidation , better font-locking for asp
       new  dada318   better markup indentation for complex cases
       new  da13b97   underscore.js compatibility
       new  a1421d5   web-mode-comment-or-uncomment fix
       new  088eaac   Merge pull request #93 from ancane/master
       new  568db24   version update
       new  c89549f   comment fix
       new  ab9d44c   add active block regexps of erb
       new  68876cd   Merge pull request #94 from shigi/improve-erb
       new  2b531a8   web-mode-set-engine
       new  06779f8   optimizations
       new  e29acb8   v7
       new  8963b9b   django fixes
       new  382b55e   blade fix
       new  83c45da   more blade fixes
       new  1b3d2a1   yasnippet fix
       new  b148b4f   variable fontification in double quoted string (php, erb)
       new  116e870   erb fixes
       new  1732351   erb fixes
       new  c438dcd   erb fixes
       new  ec757b0   compatibility with template-toolkit
       new  f2fe771   prefer eq to char-equal
       new  2fd413f   erb fixes
       new  c858c63   asp enhancements
       new  725a0ae   new functions and {% empty %} compatibility (dtl)
       new  e552064   compatibility with {% comment %} {% endcomment %} (dtl)
       new  ccd05c8   django {% verbatim %} compatibility
       new  41a938b   erb font-locking fix
       new  0b2e74c   erb heredoc compatibility
       new  af92cc2   better django comment indentation
       new  74a7efa   bug fix
       new  022b127   better js font-locking
       new  9107e42   django fix
       new  b98237c   php : if / else indentation with no braces
       new  db2e979   current html element is now highlighted
       new  77e9788   bug fix
       new  b37f762   css bug fix
       new  c7ff7f4   web-mode-element-vanish
       new  c386b38   indent fix
       new  6bc3ebb   Fix fill-paragraph-function to be buffer-local.
       new  6c1ee8d   Merge pull request #109 from cwebber/fill-paragraph-fix
       new  49dbde2   fix
       new  9a18c67   fix
       new  0dbf6f0   Add a Bitdeli badge to README
       new  6ade01f   Merge pull request #110 from bitdeli-chef/master
       new  d479c3a   Update README.md
       new  e0938e0   fix js symbol font locking
       new  a834abc   bug fix
       new  61f17fc   compatibility with custom elements
       new  18a56cd   comment fix
       new  c7bbf3f   web-mode-element-select fix
       new  21045ed   interpolate string fix
       new  2fbbba0   variable interpolation for heredoc php strings
       new  0e5b7e7   new heredoc var interpolation fix
       new  1396a35   coding fix
       new  eec6cc9   javascript regexp fix
       new  77a3aff   Update README.md
       new  d2f2a8d   display table fix
       new  650e1d1   yasnippet hook change
       new  3621cf7   liquid engine compatibility
       new  1a3d66e   new faces
       new  4e189c1   Update README.md
       new  23f0db9   change face name
       new  b406041   web-mode-buffer-normalize + new faces + angular.js 
compatibility
       new  13e7be0   face renamming
       new  b235789   js fix
       new  4e2deab   web-mode-debug
       new  5af7927   web-mode-debug fix
       new  4e3e5aa   auto-pairs are now specific to engines
       new  e982772   4th arg in snippet can be an engine name
       new  36a87b6   uniformisation for snippets and auto-pairs
       new  5e725c7   razor fix
       new  e7ae270   more minor mode detection in web-mode-debug
       new  d13f112   better tag font-locking
       new  7eb7bd2   better razor compatibility
       new  aa976ed   better razor indentation
       new  ff3dd9d   razor optimizations
       new  a556392   fix yasnippet exit hook
       new  e26f206   fixes
       new  f68cd22   Merge pull request #141 from edslocomb/fix-yasnippet-hook
       new  c345f20   erb fix
       new  223e7b9   indentation fix
       new  495f6ff   smartparens helpers
       new  89d2142   indentation fix (switch case break)
       new  1d9506a   better php indentation
       new  14a974f   web-mode-block-close
       new  d7d0395   Add more Rails keywords to web-mode-erb-builtins.
       new  e86bb44   Merge pull request #151 from asok/more-rails-keywords
       new  b47d698   Correct regexp for font locking Ruby's namespace 
resolution operator.
       new  60e71ce   Merge pull request #152 from 
asok/ruby-constant-font-locking
       new  17d881f   blade comment fix
       new  f4be935   comment fix
       new  3a41047   uncomment fix
       new  52672b3   snippets can now be overwritten
       new  0acb8e1   html element auto-opening
       new  30a24d2   auto disable modes that use font-locking
       new  b03d14b   better auto-closing
       new  65f3dc5   few fixes
       new  3c00720   better autoclosing
       new  8ca61ed   small fix
       new  d658c3a   font lock fix for strings contain backslash
       new  044233b   Merge pull request #159 from xinyijun/master
       new  cc5c334   cleanup
       new  8e8fe8b   auto disable fic-ext-mode
       new  fe86d34   auto disabling of minor modes that conflict with web-mode
       new  6ca5448   small fixes
       new  be7999b   cleaning
       new  245cac8   fixes
       new  fd66f62   fix
       new  c3d4062   one more year with web-mode
       new  8386aac   web-mode-element-children-fold-or-unfold
       new  5e4a533   css invalidation
       new  bac6056   razor fix
       new  9e0bba4   css fix
       new  4ce4afe   indentation fix
       new  ff2bdec   uncomment fix
       new  2984839   v8 is released
       new  39320bb   mason compatibility
       new  2a8947b   Update README.md
       new  14ad437   Update README.md
       new  0f3a539   add support for functions in web-mode-engines-alist
       new  596c17e   Merge pull request #167 from 
mgalgs/web-mode-engines-alist-fns
       new  8a034ab   make imenu items for enterprise application
       new  b95a80e   Merge branch 'master' of 
https://github.com/fxbois/web-mode
       new  d2f6b2f   Merge branch 'master' of 
https://github.com/fxbois/web-mode
       new  c0ec8fa   fix
       new  dd3ecb2   fix element-rename
       new  cc2148a   new version
       new  e9b3565   razor fixes
       new  f4ae648   underscore fix
       new  a19f964   underscore new fix
       new  cf79d15   fixes
       new  96c64fe   razor fixes
       new  235c9a3   Add Cask.
       new  b75a18d   Add Ecukes boilerplate code.
       new  2133a22   Add Ecukes test for auto closing tag.
       new  5f43aa1   Add Ert runner boilerplate code.
       new  f74db38   Add Makefile to run tests.
       new  55dd9a8   Add Travis configuration.
       new  5740d86   Add contribution section in README.
       new  0f90d5c   control block handling rewrite
       new  4e59d9b   bug fix
       new  4d25974   better indentation in parts
       new  9b0fabd   bug fix
       new  7d2dce6   better php block controls handling
       new  a2bb706   better switch / case indentation
       new  fce36b7   defface extra parens
       new  7138853   django comment fix
       new  0250f6f   php block detection fix
       new  a555e0d   django comment fix
       new  78e67cd   auto-pair fix
       new  638d193   Merge pull request #190 from rejeep/caskify
       new  5ed3013   remove parens
       new  90a9f0f   cleaning
       new  21d15b7   move unit tests files
       new  ad5c999   highlighting fix
       new  035629c   JS - TAB to cycle through dot positions
       new  fac5eab   Use web-mode-rsb to find prev line as original did
       new  10271be   let-bound filter function instead of cl-remove-if
       new  8065056   web-mode-html-attr-engine-face
       new  318b376   Created method web-mode-indent-cycle
       new  7d7e581   take block-beg and indent-offset as args, return new 
offset
       new  e5deba8   JS dot cycle should use indent-offset + code-indent-offset
       new  c8527cb   Default to rightmost symbol match
       new  999e846   If indented to rightmost already then loop to 
indent-offset
       new  8b0f00b   version bump
       new  9798105   Merge pull request #212 from spaceships/js-tab-dot-cycle
       new  6a6d5cf   indent-cycle is optional
       new  99434fb   jsx/react support
       new  e578308   Create indent-cycle-left-first option
       new  fbd80d6   Merge pull request #216 from 
spaceships/indent-cycle-left-first-optional
       new  5bb8f56   attr indent fix
       new  1412e78   indent fix
       new  b8c3f0b   small literal fix
       new  449cbfe   php hash comment compatibility
       new  90844a2   more accurate django block control detection
       new  824db6b   better jsx html literal indentation
       new  ef616bd   razor indent fix
       new  5101da7   fix no And function definition
       new  07cbdd2   Merge pull request #222 from jilen/fix_no_And_function
       new  e8435b5   razor fix
       new  3669390   react indent fix
       new  37b4895   razor scan changes
       new  ca0cd13   Merge pull request #180 from redguardtoo/master
       new  9bc0f53   TRIVIAL Fix typo in razor match closing impl
       new  0cd3ade   Merge pull request #224 from jkl1337/master
       new  c3e1d28   small change
       new  303ba03   bracket indent fix
       new  45d1c12   jsx compatibility
       new  cb3f3ca   blade fix
       new  4401dd8   fix
       new  ae90f1b   string detection fix in parts
       new  f4198e2   switch fix
       new  e52b7ed   better forward-sexp behavior with comments
       new  886fd5d   php string concatenation indentation fix
       new  d84d988   Make block end menu item use block end function
       new  f358a4f   Merge pull request #234 from dsedivec/patch-1
       new  e487730   syntax-table fix
       new  6e50fb8   js indent fix
       new  db941b1   better sexp compatibility for blocks
       new  b3147f5   better indentation for multiline statements
       new  37ebfd2   all -disable- vars become -enable-
       new  b0274e1   less flickering during attr edition
       new  e6909d1   bug fix
       new  05a82de   scan-attr fix
       new  2402300   freeze fix
       new  a9685ff   better php control block indentation
       new  8bb41e1   some work on partial block invalidation
       new  f960f4f   better {{else}} block handling with ctemplate
       new  d92b59e   faster undo
       new  9282455   mojolicious compatibility
       new  47a0e41   Implement some S Monnier advices
       new  2d924b9   better jsx compatibility
       new  568b824   compatibility with <r:script> grails tags
       new  6bbb8bf   fix whitespace-mode bug
       new  46a5cf6   file regexp change
       new  f68fbf3   block folding fix
       new  abf05b8   velocity fix
       new  221a5eb   php block auto opening
       new  45ba6d0   use buffer-narrowed-p
       new  ee788bd   web-mode-toggle-current-element-highlight
       new  05a4ef4   web-mode-reveal
       new  9a3fb0e   better mark-and-expand
       new  e26a499   better auto-opening indentation
       new  3948d57   better web-mode-reveal
       new  08b166b   lexer bug fix
       new  9075061   do not use the append arg of add-hook
       new  5144e16   web-mode-attribute-transpose
       new  6c67613   bugfix when pasting into a comment
       new  e79a650   use yank-excluded-properties
       new  b59e6b0   v9
       new  c307f83   jsx indent fix
       new  8d060f7   auto close fix
       new  94d2356   partial part invalidation
       new  f3fcffd   better auto-closing
       new  4e42aad   emacs compatibility fix
       new  5850ab1   jsx expr indentation
       new  5e5a83b   Update README.md
       new  912378e   less flickering
       new  b8376fc   fix
       new  44144b3   cleaning
       new  e6233da   web-mode-attributes-sort
       new  c49f5d9   better web-mode-tag-auto-close-style default
       new  ae234bf   rename method
       new  c2cc1f9   compatibility with case|when erb control blocks
       new  88e20a9   mako fix
       new  19a852b   mako tag highlighting fix
       new  e9fc684   current element highlight fix + lap support
       new  3884388   disable current-element-highlight
       new  e8cd933   better lisp indentation for lsp templates
       new  c8c18ca   better lisp indentation
       new  197a5ff   els if control block indentation fix
       new  f904e38   better compatibility with html specs
       new  85dade0   fix
       new  2b02b79   blade fix
       new  9c9da1a   first experiment to support inlays
       new  7c6cd31   LaTeX inlay fix
       new  9febe6d   block navigation fix
       new  1da8fee   inlay fix
       new  f6d7c21   inlay optim
       new  ce63a88   text/template scripts compatibility
       new  2e9eae4   web-mode-extra-constants|keywords|types
       new  1755b9c   Update README.md
       new  f4abc4e   cleaning
       new  980f530   php block control indent fix
       new  652a0f3   php highlighting fix
       new  7c7c421   indent fix
       new  c08ba11   js comment fix
       new  5d56e36   off by one bug in part highlighting
       new  decce48   refactoring and speedup
       new  a7d9722   more speedup and refactoring
       new  7db1f64   small fix
       new  460a300   part comment highlight fix
       new  831344f   part partial invalidation fix
       new  adb5515   Add support for per-language ac-sources
       new  f2cc9d7   better block control matching
       new  aab0efb   Merge pull request #285 from 
NateEag/add-auto-complete-advice
       new  8314033   blade fix
       new  e61de3c   mako fixes
       new  24d95e7   Fixed mojolicious support
       new  99e0172   Merge pull request #288 from zargener/master
       new  a3562c0   mojolicious ext
       new  2db9899   web-mode-surround
       new  5bf4fe1   js fix
       new  e6c6d7f   indent fix
       new  7ce5938   indent fix
       new  eec3080   typo fix
       new  0587955   block indent fix
       new  950d966   block indent fix
       new  697b8cd   fixes + unit testing
       new  55facb3   indent fix
       new  c67c103   jsx curly braced attribute compatibility
       new  2da2783   php: elseif fix
       new  26312af   fix
       new  e7ca3cf   less flickering with unclosed php block
       new  58ed652   compile fix
       new  7c43cde   warning fix
       new  be8532f   fixes and optimizations
       new  a9ae303   fixes
       new  5a88a05   cleanup, refactoring and fixes
       new  8c8a9a6   more generic batch.sh
       new  1f5e1f1   cleanup and refactoring
       new  ca21bef   cleanup and web-mode-reveal update
       new  3693f14   cleanup
       new  4018798   typo fix
       new  dbf60e2   new javascript indentation code
       new  e929343   fix compile warning
       new  c630ff0   blade fix
       new  b15ad7e   mako 'else if' keyword is 'elif' not 'elsif'
       new  3e812b7   cleanup
       new  d446d60   Merge pull request #310 from bgruber/master
       new  542c682   eus compatibility
       new  df64ff9   cleanup
       new  aca67e1   optimizations and code rationalization
       new  82a60ec   autopair for ejs
       new  d8a1d05   Update README.md
       new  d39fb38   element content fontification
       new  cb984aa   mark-and-expand handles html comments
       new  2bc7507   scss sass
       new  c11e6b9   scss var colorization
       new  32f8840   scss fix
       new  85c0ec8   indentation fix
       new  7b39ebf   asp fixes
       new  a7c84b2   do not indent content inside pre, textarea, code
       new  cef4975   cleaning
       new  a8bc6b4   fix free var bug
       new  b3ac27d   Update README.md
       new  ed2350c   Update README.md
       new  ca14031   clip engine compatibility
       new  af203a5   async region invalidation
       new  9e1c506   template block closing fix
       new  b987f8f   off by one error
       new  abb46f9   fix issue with whitespace-mode
       new  417ab2a   web-mode-enable-current-column-highlight
       new  d4b5d20   Adds liquid form tag
       new  85e4f97   typo
       new  8c613a4   Merge pull request #323 from cimocimocimo/master
       new  750f147   web-mode-engine-syntax-check + indent fix
       new  060044e   version++
       new  49e80e1   sql indentation inside block string
       new  f35f103   sql keyword highlight
       new  7d7bed6   sql tuning
       new  33bf8a5   Added more SQL keywords
       new  fe666b5   sql tuning
       new  ab17d63   Merge pull request #327 from Oskwish/master
       new  b64470e   group by fix
       new  be9c3fd   sql indentation
       new  b48385f   Allows for proper indentation with capture and unless tags
       new  8d08f5a   Merge pull request #331 from cimocimocimo/master
       new  63981ce   unclosed php block fix
       new  8b85e0e   jsx fix
       new  a507e94   jsx fix
       new  c97ec40   jsx detection
       new  c2d43f5   avoid flickering while editing unclosed php block
       new  5790d77   optimize post-command hook
       new  28fd716   jsx fontification
       new  595294f   version++
       new  d8e5edb   jsx indent fix
       new  8644873   fold fix
       new  27c7b18   ES6 Javascript Template Strings
       new  7a657a7   fix
       new  0f903a0   doctype fix
       new  68930d0   javascript interpolate string fix
       new  8b23f8b   handlebars string detection
       new  dcc1cb2   more ctemplate delimiters
       new  a80cf3e   better asp invalidation
       new  05e7169   django fix
       new  2221583   repo cleanup
       new  a05aef4   Update .gitignore
       new  9091f92   simplify licensing
       new  01d87bf   v10
       new  544b738   Add failing test for php indenting
       new  658c58f   Extend ifindent test case
       new  e3edff8   Merge pull request #353 from plumdog/master
       new  fca8d29   remove dead code
       new  3e74ade   bug fix
       new  07aa749   web-mode-enable-engine-detection
       new  7a132f3   detect-engine fix
       new  c08f31c   defensive patch
       new  9d577b1   better handlebar multi line block indent
       new  cf91f5b   jsx indent fix
       new  561eb8f   indent fix
       new  c17be6c   rename web-mode-tag-auto-close-style
       new  7cab066   unfontify fix
       new  4481819   less flickering
       new  19b9109   compatibility with electric-indent-mode
       new  110e3cd   jsx fix
       new  f6f7338   handlebars comment fix
       new  bc965c3   fix free var
       new  8eb95ce   Fix empty ac-sources in web-mode
       new  1cb829f   Merge pull request #363 from aethanyc/fix-empty-ac-sources
       new  53152e7   small fix
       new  bd3f7e7   auto-quoting + handlebars fix
       new  718d4d9   web-mode-attr-indent-offset + go fix
       new  dd4ae6f   mako indentation fix
       new  662f7ef   elixir engine compatibility
       new  b8604d0   elixir comments
       new  ae4610f   thymeleaf engine support
       new  36ffe84   better auto-quoting
       new  3d1140b   better mako indentation
       new  b191e17   web-mode-indentation-params
       new  be0507f   use standard-indent as default indent-offset value
       new  57d12ab   php indentation fix
       new  c6c0669   indent param lineup-calls + auto expanders
       new  354aef0   off by one fix
       new  30a6a4d   swig support
       new  d089935   better string concat lineup
       new  1791949   template highlighting fix
       new  3d8db38   *-offset var are now buffer-local
       new  28500df   many freemarker fixes and optimizations
       new  47891fe   better indent for js multi line string concat
       new  cafeadd   new format for auto-pairs, snippets
       new  50576fb   better js args lineup
       new  06ad095   js: better cascading calls lineup
       new  0409e05   php : better calls, args lineup
       new  b3c3816   code clean
       new  f7853ce   Move `(provide 'web-mode)` so `quelpa` can build the 
package.
       new  585f292   Merge pull request #389 from jaccarmac/fix-provide
       new  b36e212   huge indentation changes
       new  dbcd915   cleanup
       new  fa9f557   more indentation changes
       new  46d6974   some optimizations
       new  8fa7bf7   misc indentation changes
       new  d75e6b7   huge code refactoring
       new  23da800   code cleanup
       new  e69983f   off by one fix
       new  1f84833   changes in css fontification
       new  5ca5eaf   fix css region invalidation
       new  506fb2d   Add cl-emb (http://common-lisp.net/project/cl-emb/) syntax
       new  12865b8   one more year
       new  a200caf   For cl-emb mode, don't conflict with Django, also 
slightly update styles
       new  8d513c1   helpers : attribute-insert and element-insert
       new  9001511   Update to add cl-emb to lsp (lisp) indent call
       new  3195e60   Merge pull request #395 from ahungry/master
       new  e36a6b8   cl-embed control block fix
       new  5ebec6c   ejs fix
       new  6958bcd   ejs fix
       new  f02a5de   more js/ejs fixes
       new  46d65be   Set a correct default value for 
web-mode-enable-comment-keywords
       new  0237496   Merge pull request #398 from xmaillard/master
       new  ff1be5e   better handling of xml content type
       new  b59bd51   new release
       new  94bc3e4   complete fix
       new  cdce2b2   invalidation fix
       new  94d4d14   js regexp detection
       new  b9e0e4e   remove debug
       new  1069a33   comments inside jsx literals
       new  9b16160   column highlight does alter buffer any more
       new  88d4460   attribute value alignement
       new  5a91022   better web-mode-column-show
       new  d53850d   web-mode-enable-control-block-indentation
       new  bc6192e   README.md: Display MELPA badge.
       new  4188418   Merge pull request #410 from rye/master
       new  d47aefe   Update README.md
       new  bfd7285   tag-match improvement
       new  0b6cb7d   new release
       new  39b1a56   javascript backtick strings
       new  6b0d07d   folding possible when current-elt-highlight is on
       new  1206dfe   new dir layout
       new  6f7428a   part-scan issue with jsx
       new  9519d0d   'comment or uncomment in region bug initial fix'
       new  308bca5   'back to original before the change'
       new  0e54e81   'fixed comment-or-uncomment to work with marked region'
       new  aaf5224   Merge pull request #413 from iamdionysus/master
       new  d9bd68b   update todo
       new  2b83484   fix indent issue
       new  374cdc0   web-mode-debug reports more infos
       new  e803028   new indent fix
       new  65f7daf   mixup between lineup-args and lineup-calls
       new  caeefa7   doc for the future forward-sexp implementation
       new  b4244d6   Add failing test for django tag indentation
       new  e58fe8a   django control block issue
       new  cebd24b   Merge pull request #418 from plumdog/master
       new  180dfd3   sync
       new  7ac2ba3   4 new functions
       new  5b10cb7   better handling of dbl quotes inside an attr val
       new  626fa0e   alternate comment formats
       new  849eebb   code refactoring
       new  9fc6514   alternative comments enhancement
       new  26b3092   new release
       new  707f5a0   do not auto-quote inside a block
       new  2e8dbec   api is associated with json content type
       new  786c869   I have added support for web-mode-attribute-kill.
       new  e333721   I made a tiny error. Now it's fixed.
       new  1aa7a00   Merge pull request #423 from jbranso/master
       new  b914d4c   web-mode-enable-tab-indentation
       new  877ddfa   indent fix
       new  f3907ef   reset block-padding
       new  0f1b1bc   detect indent-tabs-mode to use web-mode-use-tabs
       new  325fcf6   add shortcut
       new  29367af   remove web-mode-enable-tab-indentation
       new  23360fe   better compatibility with lineup-args
       new  0dbff9d   code cleanup
       new  935d27c   more cleanup
       new  3706ee1   remove hl-line handling
       new  e2af375   Update README.md
       new  8a99a92   new shortcuts
       new  f62bd46   Update README.md
       new  d5c45e7   v11 release
       new  70001ff   commenting issue
       new  1451f88   column-highlight issue
       new  801fa88   ctemplate comment fix
       new  799df94   commenting fix
       new  6a22ac3   solve blinking paren issue
       new  2050667   mojolicious fixes
       new  65042a3   js indent fix
       new  5fe76ed   sync issue example
       new  f017f4d   Support for custom expanders.
       new  4f40662   few fixes
       new  82d425a   Merge pull request #442 from Lewie9021/master
       new  bb80204   sync
       new  aa0b999   Merge remote-tracking branch 'origin/master'
       new  a980f2d   update
       new  20e2a44   update todo
       new  3e5abca   mark-and-expand changes
       new  b012e1d   js indentation fix
       new  aeaf51d   mojolicious fix
       new  1c44291   jsx indent fix
       new  553fcfc   forward-sexp fix
       new  8f59a66   uncomment fix
       new  d19ba48   Mojolicious: detect <% as start of code block
       new  b2d95d4   forward-sexp fix
       new  ec959a4   comment helpers
       new  1ec2d2d   better method to find jshint binary
       new  706a22f   fix highlighting issue
       new  3b838fc   Mojolicious: Add more perl keywords
       new  fb50032   comment-uncomment fix
       new  3ba09a8   Merge pull request #448 from ksmadsen/master
       new  d5521fa   web-mode-attribute-previous
       new  d2bcf4f   uncommenting fix
       new  14024ce   Highlight let & const variables in JS
       new  7a4296d   Merge pull request #449 from jpochyla/highlight-let-const
       new  0e9dd77   better fontification process
       new  13f90f1   comment fix
       new  c605efc   laravel blade updates
       new  dee5017   more compatibility with laravel blade
       new  896ae21   add web-mode-element-sibling-previous
       new  bec9d20   Merge pull request #454 from NerdGGuy/sibling-previous
       new  60a8c88   code cleanup
       new  73330f4   hide web-mode-tag-match
       new  3790a43   avoid point excursion after yanking
       new  20d5ead   avoid excursion
       new  48cabdc   comment fix
       new  8a61aa2   dust fixes
       new  b11211a   dust indent fix
       new  c96b8c8   post-command fix
       new  3d9bfcf   sync issues
       new  ddbc61d   block-close fix
       new  2918840   django fontification
       new  ddf66e7   compatibility with emacs 22
       new  e4a17c0   Font lock the function name in according to EcmaScript6
       new  be27436   Merge pull request #477 from asok/ecma6-syntax
       new  80e96e7   off by one fix
       new  eee6c8e   Fix the cursor behavior around multibyte characters (e.g. 
East Asian characters)
       new  9013b87   Merge pull request #482 from kissge/multibyte-chars
       new  67e0d11   Nunjucks addition
       new  91ceffb   mason addition
       new  de75e72   mason changes
       new  59b2f8c   Merge branch 'dev'
       new  6138157   Merge pull request #485 from fxbois/dev
       new  325aa2f   js indent fix
       new  137ebc1   mason fixes
       new  08ab3b6   Merge remote-tracking branch 'origin/master'
       new  35bc2a1   more mason fixes
       new  3fd0643   django better split between keyword and control blocks
       new  7580e6a   compatibility with hs-minor-mode
       new  3d8ecd2   partial invalidation for asp
       new  6aaba8d   comment insert
       new  e71e139   new expanders
       new  e7c978b   fix issue with html indent when an element is folder
       new  16c45cc   sync
       new  dc38012   restore pos after canceling mark-and-expand
       new  28ffd41   jsx indent fix
       new  b625f05   erb form_for
       new  c3968ea   fixes
       new  03132be   erb fixes
       new  aaa0a37   new minor release
       new  a378efb   Also test if `this-command' is not er/expand-region.
       new  8ce0bf4   Merge pull request #493 from hbin/master
       new  f72f631   Django trans template tag does not have endtrans tag.
       new  afcc02d   Merge pull request #498 from drazenzen/master
       new  c8569a7   web-mode-comment-or-uncomment-region
       new  749e4a0   display-time-mode is now ignored by web-mode-debug
       new  0fffaf4   add ractive alias
       new  e919d03   misc jinja fix
       new  3307e51   web-mode-element-insert deals with region
       new  7d1f053   little fix
       new  441b9dc   template-toolkit fixes
       new  67ca522   small fix
       new  52797ec   handle canonical name with web-mode-set-engine
       new  60e670c   deal with js decorators
       new  5ba0781   jsx fontification fix
       new  75ac403   new decorator fix
       new  3d55767   rollback
       new  ddab49a   Update README.md
       new  4899603   blade indent fix
       new  c2dbfad   tests-directory: make agnostic
       new  92b32a2   Merge pull request #516 from jinnovation/test-dir
       new  9802daa   universal argument
       new  67259f1   universal-arg for element-clone and element-kill
       new  f91102a   optional universal-arg
       new  1532cab   universal-arg for web-mode-attribute-kill
       new  3201aed   universal-arg for attr-next and attr-previous
       new  88b1f9f   disable detection of engine name in the path
       new  a4de397   preserve vertical offset when mark-expanding
       new  3dfa2dd   commenting fix
       new  15debfc   solve nasty bug
       new  ec20d1b   remove limitation on the length of an attribute
       new  27395f3   indent issue with multi lines erb block (do)
       new  41b8cf0   Merge remote-tracking branch 'origin/master'
       new  800db5b   update version
       new  57a2734   update previous fix
       new  0e677b0   jsx fix
       new  068e122   text/mustache
       new  37a869f   web-mode-set-content-type can be called interactively
       new  8858ba0   lineup-quotes
       new  956f1df   heredoc fix
       new  4e7fd6a   fix php indent
       new  b2182054  Fix /> Indentation for JSX
       new  7f470d8   Merge pull request #539 from bieber/master
       new  5595a34   sql interpolation
       new  add1715   sync
       new  5a02d9f   vtl fix
       new  6a2f77c   js: regexp comment divide disambiguation
       new  506c0f5   v12
       new  ff7dadf   lineup-ternary + jsp comment
       new  df6aa08   fix bug #559
       new  5c5965a   syntax-table change
       new  3c97c30   cancel previous patch
       new  4579a4b   better erb commenting
       new  8a39574   erb commenting
       new  3ab6cf3   cleanup
       new  e54a2d4   jsx indent fix
       new  99315e9   sync
       new  de0768a   web-mode-enable-html-entities-fontification
       new  94ab1b7   jsx html elt indentation improvement
       new  4b140c5   12.2 relase
       new  8319b2f   js: compatibility with arrow functions
       new  ea50126   jsx commenting
       new  565b962   compatibility with x-jquery-tmpl scripts elements
       new  7046a1e   compatibility with *.tsx templates
       new  e1aeed4   generic string delimiter
       new  c9d394b   auto indentation on yanking
       new  fbef5c3   js regexp parsing fix
       new  342338b   fix tag attr indentation
       new  252ba1d   better fix
       new  6314449   underscore indentation
       new  3bc60bb   tsx compatibility
       new  74834f2   Add 'from' to web-mode-javascript-keywords
       new  54123e4   Merge pull request #597 from mads379/patch-1
       new  fa3b49f   bracket indentation fix
       new  5a4448f   Better HTML multi-line comment alignment.
       new  34a357f   Merge pull request #604 from thwg/better-html-ml-comments
       new  8cad2b7   new release
       new  165f12a   template-toolkit outline comments
       new  d828b96   blade - compatibility with @yield blocks
       new  a23c54b   php / blade indent fix
       new  aea33b1   jsx indentation fix
       new  f151914   css commenting fix
       new  a04b31c   css-colorization: support for css rgba() notation
       new  118055b   many jsx fixes
       new  8536e49   jsp commenting fix
       new  6e2075a   handlebars fontification fix
       new  6145c0f   Merge pull request #617 from xaiki/master
       new  d066714   less void elements for jsx
       new  b7d5467   jsx improvements
       new  02d3d3f   blade fixes
       new  1008237   jsx autoclosing
       new  c9b8044   ternary operator fix
       new  0583569   refactoring
       new  c6752c1   refactoring
       new  8fa43f8   v12.4
       new  3285fb6   Fix error introduced in commit 0583569
       new  390fa14   Merge pull request #624 from ksmadsen/cond_fix
       new  fd1461a   js splats
       new  d597c6c   fix for #625 "ac-php incompatibilty"
       new  25c8aaa   jsp elements can have a . char in their tag name
       new  32d89d9   Merge pull request #628 from 
fallchildren/ac-php_incompatibilty_fix
       new  454ac5a   adapt previous patch
       new  ee276c1   v13
       new  6691877   autoquoting simple quotes
       new  0cb18b8   jsx indent fix
       new  7e7fb67   cleanup
       new  2076639   Enable `web-mode-element-wrap` call with argument
       new  9e2231c   Merge pull request #634 from p-lambert/allow-tag-arg
       new  6cc5adc   sync
       new  2231260   `-' should be part of symbol
       new  80af1a2   Merge pull request #640 from redguardtoo/master
       new  1a6a5ab   syntax-table fix
       new  87ad7f5   fix off by one issue with attrs operations
       new  c1bb93e   fix php funcall highlighting
       new  99afe92   es6 arrow functions fontification
       new  a80c595   js indentation fix
       new  50e37ab   js fontification fix
       new  94732db   fontification deals better with syntax-table changes
       new  3ef61a2   more fontification fixes
       new  78ce427   remove automatic call to web-mode-use-tabs
       new  fbe8b39   fix issue with multiple-cursors
       new  54b9f84   jsp commenting fix
       new  0262792   jsp commenting fix
       new  79b921e   cleanup and optims
       new  e90ac1e   fix php commenting issue
       new  71aebc9   deal with namespaced tags
       new  08c2a44   detect strings in css
       new  0b38df4   better deal ie conditional comments
       new  d6b865d   v13.1
       new  30914f7   we are in 2016 baby
       new  3753e54   push issue
       new  5ee195e   jsx indent fix
       new  b770f2b   bind comment-region-function
       new  b7dc663   Fix js keyword highlighting
       new  867ea7c   Merge pull request #662 from dochang/fix-js-highlighting
       new  7ace347   web-mode-function-call-face used for js
       new  0ddaeb2   Update README.md
       new  594f00b   fix erb commenting
       new  2fcc20f   #582 fix comment in handlebars
       new  5a2eb4b   Merge pull request #672 from 
pavloo/po-fix-handebars-commenting
       new  007c8c8   Mark indentation options as safe
       new  e82d71b   Merge pull request #673 from lunaryorn/patch-1
       new  9bdd7f6   riot.tag engine
       new  08eecc1   Scan elements before blocks scanning by default
       new  ed76068   jsx-depth-highlight
       new  f8f44e1   Merge pull request #685 from osv/riot-engine
       new  6e610fc   adapt riot engine patch
       new  411cf19   marko template engine
       new  4de9a95   fix auto-close-style 2
       new  850191a   disable indentation for multiline onclick attr
       new  55c4883   auto-close fix
       new  9f71a6a   web-mode-indent-style invalid init value
       new  c5aacac   blade fix for section directive
       new  6697199   element-vanish optim
       new  08078a3   web-mode-file-link
       new  030832b   elixir: fix indenting of do blocks
       new  ed1433d   Merge pull request #697 from 
utkarshkukreti/fix-elixir-do-indent
       new  c12eb6d   better indentation for js code without semilicon
       new  e02ddb3   freemarker comments
       new  b303e74   js indent fix
       new  b011d7d   freemarker commenting fix v2
       new  c9f1331   namespaced tags
       new  4cd192d   freemarker comment indentation
       new  88c4c39   mako specific blocks for css and js
       new  b96de8b   forward-sexp is compatible with jsx expr
       new  bc1c305   play indent fix
       new  f9c8630   better fontification of js keywords
       new  e2ab619   js indent fix
       new  18098c7   improve previous commit
       new  5774139   fix nested no-curly constructs indentation
       new  08cbdd5   marmalade changes
       new  27489dd   comment and jsx fix
       new  a2db890   handlebars fontification fix
       new  5a7f9e0   ctemplate attr fontification fix
       new  4741dd4   handlebars indentation fix
       new  7477e48   jsx invalidation fix
       new  fcc65de   js call indent fix
       new  a266f95   multiline commenting fix
       new  a81f72f   new commenting fixes
       new  7b06caa   web-mode-comment-formats becomes local
       new  9bd7a7e   v14
       new  4ae70ef   js highlighting fix
       new  8eff6cc   jsx indentation fix
       new  1445f40   javascript indent fix
       new  f2d50c4   Fix square bracket escape char
       new  13175b5   Added more javascript keywords
       new  119033c   mustache and js indent fixes
       new  690b9df   Merge pull request #753 from YogaPan/master
       new  31d6ac6   Merge pull request #747 from ciju/sqaure-bracket-escape
       new  08bf5bc   razor indent fix
       new  19f2073   razor indent fix
       new  7434d8a   compatibility with sql element for archibus views
       new  f8b89c8   Add support for Aquamacs in run.sh.
       new  83fb094   Merge pull request #754 from danf/aquamacs-support
       new  a14f48a   introduce web-mode-auto-quote-style
       new  e02f316   fix attribute-kill
       new  9f85027   js indent fix
       new  c12be4b   attr beg fix
       new  229cdaa   js indent fix
       new  24ca16f   jsp : highlights function names
       new  e6a032c   fix issue with auto closing tags starting with a maj
       new  dff416b   fix underscore indent fix
       new  76bc05a   Allow setting left-padding to nil to disable padding
       new  b405563   jsp fontification fix v2
       new  b314574   fix auto expanding in jsx
       new  751330c   Update README.md
       new  057b271   The expanders should place the mark after the point
       new  3986a07   Support wrapper functions for er/expand-region
       new  2e0f8d2   Merge pull request #770 from 
wh11e7rue/feature/no-hardcoding
       new  def5662   Merge pull request #766 from 
zk-phi/feature/option-disable-left-padding
       new  838dfb2   Merge pull request #769 from 
wh11e7rue/fix/mark-after-point
       new  e170d27   css highlighting fix
       new  6b634fb   Improve symbol-face for emacs default theme
       new  924fc31   jsx indent
       new  41e5506   Merge pull request #776 from To1ne/patch-1
       new  78ba658   improved web-mode-link-file
       new  e762513   Merge pull request #781 from DoMiNeLa10/link-fix
       new  ffa0291   jsx comment highlighting
       new  cceda49   indent fix with spread attrs
       new  0da2981   Add documentation for web-mode-engines-alist.
       new  e523d54   dust fix
       new  28860ed   Merge pull request #785 from xuhdev/engines-alist
       new  c73ea9d   ignore DS_Store
       new  6c4d162   web-mode-toggle-comments fix
       new  344a263   jsx attr auto closing
       new  f7ecb12   php indent fix
       new  02c2794   Update README.md
       new  e0decc7   add nunjucks extension
       new  27c961f   add js keyword
       new  fda08e8   Merge pull request #803 from keremc/master
       new  744777e   many bug fixes + relay.ql compatibility
       new  bae44d5   relayql indent fix
       new  de14f79   element-sibling-next fix
       new  aceb7ac   Make tag-name optional argument in web-mode-element-rename
       new  807427f   emacs 24 compatibility
       new  2e50b73   fix: don't highlight "(" in "(function"
       new  ab7ceae   Merge pull request #822 from bmalehorn/paren-function
       new  f0aec22   Merge pull request #819 from muihlinn/master
       new  cf4d4d0   Recognize text/x-jsrender script sections as HTML.
       new  0c7d104   web-mode-colorize: re-enable css rgba() colorization
       new  1be5930   Merge pull request #826 from bmalehorn/rgba
       new  238f519   Merge pull request #825 from allenluce/master
       new  98be328   generator function highlighting fix
       new  76fe972   jsx indent fix
       new  affdea0   web-mode-part-scan: faster JavaScript string parsing
       new  cca1e4d   Merge pull request #833 from bmalehorn/looking-back
       new  3cb73f7   basic compatibility with stylus
       new  abd9c73   increase jsx constant
       new  8139cfa   js: auto indent on }
       new  9402ac0   Fix https://github.com/fxbois/web-mode/issues/564
       new  c266bfc   simplify javascript/jsx check
       new  a667a1b   Merge pull request #842 from davebrown/master
       new  3e74b74   improve previous pull request merge
       new  5c626c9   js indent fix
       new  241532b   stylesheet and javascript django blocks
       new  1d52954   adding schema tag support
       new  b5c722f   do not try to colorize css selectors
       new  2d05692   Merge pull request #846 from konnorbeard/master
       new  b0f8dbf   xoops compat and new elt scan fastpath
       new  13b8e2a   better folding behavior
       new  23d875c   paredit defensive code
       new  4d02c45   handlebars fontification fix
       new  c6d73fb   do not complete inside html comment
       new  898e615   Hero template engine compatibility
       new  55e1a58   hero template example
       new  38c6e78   auto opening fix for spacemacs
       new  dafb6c0   html comment folding
       new  44de4e0   new release
       new  5cd2233   web-mode-forward-sexp in html comment fix
       new  7aa6fc2   Add requirement on Emacs 23+
       new  6e4d7e9   Merge pull request #853 from dunn/min-emacs-version
       new  b8b0dec   jquery $ operator fontification
       new  f3a6328   razor fix
       new  4d16489   react / tsx - fix issue with generics
       new  a8315ce   compatibility with graphql-tag
       new  9563ed1   closure highlighting fix
       new  e38ee3e   jsx indent-fix
       new  12a516c   add jinja2
       new  b2f0710   jsx indent fix
       new  1d703b9   js indent optim
       new  fc0f2e3   js indent optim step2
       new  f6b8fe7   block indent optim
       new  841f253   small fixes
       new  a2e2744   compatibility with graphql templates
       new  582f02e   css indent improvment
       new  5d41005   html-indentation in js strings  + insert comment fix
       new  21fd91d   improve previous commit
       new  c658359   jsx indentation
       new  642b750   jsx indent fix
       new  2ed2b26   jsx indent fix
       new  94de07b   jsx indent fix
       new  aef2a32   web-mode.el v15
       new  290f0ec   ruby indent fix
       new  8c35710   accept _ in tag names
       new  e4304bc   web-mode-dom-entities-encode fix
       new  15a90b6   Attribute kill: delete a space that stay before the last 
">"
       new  3c4c286   add an engine for the SPIP CMS (https://spip.net)
       new  c0fa36a   Merge pull request #899 from 
vindarel/attribute-kill-delete-last-space
       new  2524a8f   Merge pull request #888 from bystrano/master
       new  7edfb02   php indent fix
       new  448c197   defvar web-mode-content-types-alist
       new  57fe6ee   riot engine: added virtual script block
       new  b0c8db9   Create CONTRIBUTING.md
       new  c259a49   attr auto-quoting improvement
       new  92e6581   freemarker indent fix
       new  b67f894   fontification of es6 class method definitions
       new  5d3a653   compatibility with form_start directive
       new  25c2b82   first commit to branch optional-tags
       new  43239f0   update indent-line function
       new  e22654d   web-mode-enable-optional-tags
       new  d24cb64   Merge pull request #916 from fxbois/optional-tags
       new  d29e48d   add php keyword
       new  80e6de3   auto-quoting fix
       new  0bd35b4   html comment indent fix
       new  b48d85d   improve closure switch/case indentation
       new  a8c1053e  Merge pull request #908 from masnmt/riot-script-block
       new  c157434   add file-regexp for angular
       new  e38fb9a   #913 , #930 , #929 ,
       new  4754211   fix attribute-insert
       new  cb55bd9   Fix customization types
       new  581f4d8   Merge pull request #941 from wyuenho/customize-fix
       new  c502229   php indent fix
       new  39896c2   json-ld indent fix
       new  78d4939   fix typo in description
       new  effdc04   JSX fragments
       new  e8a3104   Improve stylus compatibility
       new  8f31898   erb uncommenting fix
       new  716893f   Basic comment annotation for jsdoc, phpdoc
       new  739748c   web-mode-comment-formats works with css parts
       new  cf7951c   regexp scanning fix
       new  38b9f10   better php commenting
       new  08e0071   fix M-j behaviour
       new  6cceaea   Specify void tag during element insert
       new  af9e88d   Added web-mode-string-suffix-p for compatibility with 
Emacs < 24.4
       new  182971d   Merge pull request #962 from bengcooper/master
       new  7f4947a   improve regexp detection
       new  6b0b329   make web-mode derived from prog-mode properly.(fix for 
#964)
       new  de2edfd   Merge pull request #965 from tttuuu888/master
       new  b758c7d   fix for issue. #966 (loading error removed.)
       new  d667edc   Merge pull request #967 from tttuuu888/work
       new  4d67065   twig : fix end block detection
       new  72b5e9d   fix jsx alt comment type
       new  eea5179   razor - compatibility with symbols
       new  39a4d71   deleted: web-mode-column-at-pos
       new  843c398   Merge pull request #969 from ncaq/master
       new  da29ff2   compatibility with text/ruby scripts
       new  0caa2fc   compatibility with go 1.6 delimiters
       new  5fa2ef6   closure block identification fix
       new  020a7ee   cleanup
       new  bd35235   ruby indent fix
       new  0c94444   unit tests cleaning
       new  c6d5cab   rename tests
       new  e8a7029   new stable release 15.1
       new  91f4a58   Update LICENSE
       new  8608a61   Add Liberapay and PayPal
       new  eae2cfb   prog-mode-hook issue fix (#973)
       new  4f5ec16   Merge pull request #974 from tttuuu888/master
       new  8f08f4d   improve output of unit testing
       new  5d71ab4   enable lexical binding
       new  3ff506a   v16
       new  ec37b4c   web-mode-html-tag-unclosed-face
       new  ac3d663   fix(web-mode) avoid greedy uncommenting
       new  49a7a72   commenting fix
       new  536bb6a   Merge pull request #981 from modulitos/master
       new  162ef5b   jsx ternary indent fix
       new  4de7ccc   Merge branch 'master' of 
https://github.com/fxbois/web-mode
       new  bb1f200   fix jsx test
       new  51d37b6   protect xml entities
       new  1a61f34   html string indent fix
       new  47eac3a   elixir parsing fix
       new  8869299   compatibility with text/x-template scripts
       new  a3abc72   html string indentation fix
       new  5de834c   fix razor bug
       new  0ecbf07   cleaning
       new  abdd293   Merge branch 'master' of 
https://github.com/fxbois/web-mode
       new  370fba5   fix js fontification
       new  0594a67   new var web-mode-offsetless-elements
       new  ac802af   new blade control blocks
       new  1fb7c13   add note
       new  fdc2f98   Merge branch 'master' of 
https://github.com/fxbois/web-mode
       new  1650d11   new auto-close-style
       new  49a2aae   tag names may contain a dot
       new  734594e   Indent golang define & block blocks
       new  d7a8920   Merge pull request #994 from iBelieve/master
       new  20d570a   blade fix
       new  3d42cea   typo
       new  755fee8   Add engine for Vue.js
       new  e03084a   Merge pull request #927 from dakra/vue-engine
       new  703b3cd   fix js ternary indent
       new  d9d4c7c   Merge branch 'master' of 
https://github.com/fxbois/web-mode
       new  2b4cd32   in string html indent fix
       new  0f4a9be   Merge branch 'master' of 
https://github.com/fxbois/web-mode
       new  f28c174   fix indentation of anonymous functions in eex templates
       new  471e123   Merge pull request #1005 from 
lukad/fix-eex-anonymous-fn-indentation
       new  6a80069   fix optional-tag indent
       new  ad8152b   js switch indent fix
       new  e31d1dd   cheetah def indent fix
       new  336a5cf   Allow left padding defcustoms to be nil
       new  925e33f   Merge pull request #1012 from porglezomp/patch-1
       new  183001c   stylus fix
       new  e8dd45f   Merge branch 'master' of 
https://github.com/fxbois/web-mode
       new  c17db9b   web-mode-element-contract|extract
       new  2d8c7fc   finalize web-mode-jsx-depth-faces
       new  6f70ee0   pug fix
       new  29ced99   Add keys
       new  6748d73   PHP indent issue
       new  5da977b   Remove debug info
       new  991cf9d   Mustache new blocks
       new  72a1746   Blade control block custom
       new  c3e0a48   jsx indent fix
       new  dd27e4a   blade switch statement
       new  34b7c60   blade - improve break indentation
       new  ab1990f   template element fontification fix
       new  8a384a1   js indent fix
       new  70fcfb6   small optims of previous patch
       new  01cc587   And so it begins; basic stuff, first: add Artanis as an 
engine, associate the appropriate file extension, and add in the opening and 
closing tags along with String and comment characters. Also added the code to 
determine how to highlight the opening/closing tags and the String and comment 
characters.
       new  56056a7   Add the sweet, sweet ability to comment out Guile code 
with Guile's own comments.
       new  921961c   Add highlighting for constants, keywords, function 
definitions, and built-ins; the constants aren't working, for some reason. I 
think it has to do with the pound characters…
       new  2e51a50   Add some snippets for the engine.
       new  622a24d   Finally, add indentation; basically, if the previous tags 
block didn't properly close its first parenthesis, indent the newline an 
additional indent.
       new  9e7fb35   I definitely thought this was a keyword for either 
`geiser` or `scheme-mode`…
       new  8eb65e1   Decided to double back and check this and – at least, 
according to `scheme-mode` – these additional characters constitute a valid 
function name. At the very least, the font-lock highlighting between `web-mode` 
and `scheme-mode` will be the same.
       new  d0d5246   Implementing word at point to tag
       new  8c412fe   Merge pull request #1044 from palikar/tag-at-point
       new  ae5c716   current elt highlight fix with void elts
       new  08f1959   remove inhibit-modification-hooks in indent-line
       new  e36ef93   Revert "remove inhibit-modification-hooks in indent-line"
       new  572de43   really remove inhibit-modification-hooks
       new  73e25b2   jsx indent fix
       new  c8a3b33   erb indent fix
       new  913d048   Contributing
       new  4e82283   set prettify-symbols-alist
       new  5973713   Merge branch 'master2'
       new  6d967ed   Removing indentation logic due to `condition-case` and 
`with-temp-buffer`.
       new  c7c3b59   Merge pull request #1038 from WammKD/master
       new  b286d68   Merge pull request #1055 from edam/prettify-symbols
       new  0cfdb0f   css indent in html string
       new  ad04750   Added syntax awareness to vue-specific attributes
       new  2348247   Simplified regexp
       new  ea42da4   Fix "Search failed" after "${" in Velocity
       new  e5317bf   Merge pull request #1061 from dsedivec/master
       new  e112c9e   jump forward to end of defining lambda arg
       new  e1c391d   improve comment annotation
       new  a67d387   Merge pull request #1064 from vxcamiloxv/master
       new  05e1e2e   Update web-mode-buffer-highlight.
       new  eea41b1   Update web-mode-fontify-region.
       new  3fbf1c3   Update web-mode-on-post-command.
       new  97bdc26   Merge pull request #1067 from 
r5d/dont-fontify-if-global-font-lock-mode-is-nil
       new  516fec3   Add keywords and types for PHP template
       new  912af8e   Keyword "fn" is added in PHP 7.4
       new  83d094d   Add support for Elixir's .leex files
       new  a723d3e   Merge pull request #1070 from ankhers/support_elixir_leex
       new  2aab608   svelte engine support fxbois/web-mode#1066
       new  b1dfe61   Allow to cusmomize comment style per language
       new  827b3e0   Merge pull request #1084 from telramund/master
       new  a31eb85   Merge pull request #1074 from 
VelikiiNehochuha/svelte_engine
       new  237ef38   adjust spacing of erb tag auto-pairing
       new  73ebb7c   Merge pull request #1090 from idmyn/master
       new  7beeb5c   Merge pull request #1068 from zonuexe/php-keywords
       new  495cc9d   Merge pull request #1063 from 
paulmr/scala_razor-skip-defining-arg-def
       new  8c72764   Merge pull request #1059 from dane-johnson/master
       new  6763517   js indent fix
       new  6f8fa07   Merge branch 'master' of 
https://github.com/fxbois/web-mode
       new  aa81fb0   block code alignement
       new  2a881fe   fix js indent error
       new  d1e988b   Added default mako snippets
       new  e209fda   Merge pull request #1095 from Randomneo/mako_snip_2
       new  191aeab   js indent fix
       new  cd000fc   Merge branch 'master' of 
https://github.com/fxbois/web-mode
       new  6c0ff3a   Make script template types customizable
       new  a086ab7   Change mapc to mapcar
       new  1f25c76   Fix indentation
       new  37c16ed   Simplify expression
       new  119123e   Add new Rails ERB helpers
       new  b52b287   Update README.md
       new  170e2cb   many fixes and improvements
       new  e95df96   Merge branch 'master' of 
https://github.com/fxbois/web-mode
       new  b41b1f6   better attr lexing
       new  f6dcfb2   While I believe that Artanis can use a simple ".tpl" file 
extension, it often generates template files with the file extension 
".html.tpl".
       new  81df6b5   Merge pull request #1111 from WammKD/master
       new  59deb37   remove debug
       new  d1b6660   bug fix
       new  f271e1b   improve python indentation
       new  b0bb4ab   auto quoting with {
       new  aff4c16   Add typescript's type aliases keywards
       new  e2786c0   Inserting {} for auto-quote if web-mode-auto-quote-style 
set to 3.
       new  22b7b19   Merge pull request #1125 from timsgardner/issue-1124
       new  89d1096   fix var init
       new  04cc899   Merge branch 'master' of 
https://github.com/fxbois/web-mode
       new  28edcc9   Merge pull request #1121 from black7375/master
       new  11146b9   Merge pull request #1106 from 
medimatrix/add-new-rails-erb-helpers
       new  d934897   django comment fix
       new  1c1b594   Add compatibility for older emacsen
       new  8ffc99e   Merge pull request #1102 from rpoddighe/master
       new  7629654   examples
       new  98e02ff   Merge branch 'master' of 
https://github.com/fxbois/web-mode
       new  086f129   Create FUNDING.yml
       new  989c0be   literal interpolation
       new  a47585d   blade lexing
       new  55a2754   razor indent fix
       new  922d6e0   reset block padding
       new  c876bff   more fontification in literals
       new  4341d9f   code refactoring
       new  ee53e32   Support remapped self-insert-command
       new  3707f9e   Merge pull request #1110 from noctuid/1107-fix
       new  6774c59   typescript comment
       new  3381baa   mojolicious fix
       new  d115f8d   web-mode v17
       new  186a7c2   php indent fix
       new  ed32e98   Add more definitions to Elixir mode than what was defined 
with Erlang mode
       new  258b262   Fix formatting
       new  a61285b   Try using Keyword face
       new  ea420ba   Move types to builtin definition
       new  20d8b93   Add more definitions to Elixir mode
       new  a2badd0   Merge pull request #1138 from jsmestad/elixir-improvements
       new  3b233cb   Remove stray tabs
       new  60ffd87   Merge pull request #1140 from 
Zulu-Inuoe/feature/remove-stray-tabs
       new  681b0ed   rename vars
       new  6260c34   Merge branch 'master' of 
https://github.com/fxbois/web-mode
       new  3ecfe6b   compatibility with front matter blocks
       new  c55244f   toggle comment/uncomment in jsx
       new  da53553   Improve previous patch
       new  edd8721   Fix multi-line template-toolkit blocks
       new  b4b0a85   Merge pull request #1156 from 
CyberShadow/pull-20201009-022843
       new  db4c456   html commenting fix
       new  c10aab8   uncommenting fix
       new  dc422e1   indent curly brace
       new  38fb8c3   Update README.md
       new  609defa   Update README.md
       new  0d7da22   web-mode.org served as https
       new  890e837   Merge branch 'master' of 
https://github.com/fxbois/web-mode
       new  888be2b   Update web-mode.el
       new  3d6b819   django line statement
       new  3444cd4   fix byte compile error
       new  4aaa5ce   php special usecase
       new  cd9f0af   svelte fix
       new  951ad63   better pug fontification
       new  a3ce21f   better asp commenting
       new  040532c   php nullable types
       new  8ef4793   char / allowed in unquotted attr value




reply via email to

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