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

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

[nongnu] branch elpa/elixir-mode created (now 6f61e04c85)


From: ELPA Syncer
Subject: [nongnu] branch elpa/elixir-mode created (now 6f61e04c85)
Date: Sat, 29 Jan 2022 07:59:00 -0500 (EST)

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

        at  6f61e04c85 Bump otp and elixir versions for testing (#487)

This branch includes the following new commits:

       new  89386106f9 Initial commit
       new  3eb663c6a3 Add .gitignore
       new  357ad85ce0 Add README
       new  5ff67e642f Add LICENSE
       new  03e25358db whitespace
       new  8b2609d111 Fixes
       new  a9d3b92e40 Fixes
       new  4ea17f7b29 Merge pull request #1 from secondplanet/0.0.3
       new  f75b82388d Fix typo
       new  b11066a808 more README info
       new  fd3c95741f Merge pull request #2 from secondplanet/0.1.0
       new  ea277272d9 Merge branch 'master' of 
github.com:secondplanet/elixir-mode
       new  32cdb086a3 whitespace
       new  9751d913cb (while not-indented ... ), not (while-not-indented)
       new  46e9ba3221 whitespace
       new  9e64b51103 highlight multiline heredocs
       new  49c3ffdca6 heredocs buggy; removing for now
       new  d43c1dd3d6 fixed typo
       new  5ba4b45e19 version bump
       new  f2794e1c07 Merge pull request #3 from secondplanet/0.1.1
       new  dcfed58d01 Several new features.
       new  9f4bbd24a7 README fail
       new  20c4f7a76c README fail (again)
       new  04048a4709 Add still maintained badge
       new  be5958f084 .
       new  c6ded5961c Attempt to fix README again
       new  d44356c16a Giving up
       new  51fa0315a6 End
       new  bb9825d9ed Error in README
       new  70fe396479 Fix typo.
       new  befaab6b7d Merge pull request #4 from syohex/fix_infinite_loop
       new  221b67c860 Fix header to match package.el format.
       new  59e0355826 Run prog-mode-hook to apply all programming-related 
customizations.
       new  e31c5203a4 Merge pull request #5 from technomancy/prog-mode
       new  ac8708465c Initial stab at doing indentation using SMIE
       new  08a272603d Wow, this doesn't work at all (:
       new  f56f816e19 Mostly working indentation & parsing!
       new  98c2d69a69 Fix indentation for a single -> match expr
       new  e2612aa28a Scratch the "else if" smartness. Elixir doesn't do else 
ifs.
       new  2eed920531 Fix whitespace & make # the comment marker
       new  8c3b2b73d3 Fix paren balancing.
       new  e6e6a41ea8 Better grammar & lexer rules for statement separation
       new  46b418e121 Fix "bad face" warning. Your face is bad.
       new  a11a57751a Add : as a quote mark char and ' as a string one.
       new  6412d3213d Add verbosity to smie rules, make it optional.
       new  df388ca697 Fix indent on tokenizer
       new  7652066b0a Add parent for rule to verbose message
       new  34fbd91132 Skip all whitespace when encountering a 
statement-separating \n.
       new  074875d6a8 Remove lurking "semicolon" rule.
       new  fba72df031 Downcase literal strings read from the buffer
       new  12df127132 Make tokenizer smarter w.r.t match statements
       new  fec54e7ece Try and be a bit smarter about highlighting some keywords
       new  038c362681 Upcase confusion in lookaround lexer.
       new  fa49a0dce6 Use SMIE in elixir-mode by default.
       new  1ac195b243 Fix indentation of -> some more
       new  51e52ed995 Have the lexer recognize parens, too
       new  06dce8e424 Delurk old tokenizer helper function
       new  ffeb68da02 Indent if <cond>, do: <statement> correctly.
       new  867590f496 Update font-lock keywords for newest elixir.
       new  11c077fe61 Remove more outdated keywords, add some new ones.
       new  3a4447ee53 Set tab widths for elixir files to the basic offset.
       new  74eebad6a4 Update README a bit
       new  e4006293bc Reorganize everything: Autoloads, requires, reindent 
elixir-mode.el
       new  87d86831af Update README for new setup instructions.
       new  2f5c3bcab4 Update README with a working screenshot
       new  5c17b81890 Update one more URL in the README
       new  616981d366 Add a history section & link to the original author.
       new  dc29a14a49 Highlight private macros as function names, too
       new  cc0470de30 Highlight modules, records, protocols, impls as types
       new  cb8ffa8a4a Merge branch 'smie'
       new  e704fa15fa Use correct repo path in README
       new  e9fea08c05 Merge pull request #3 from pragdave/master
       new  ea8babeb42 And add a missing quote
       new  5b54c524f6 Merge pull request #4 from pragdave/master
       new  c33f849518 Highlight %-sigils as builtins
       new  4ffb659dcf Highlight @ expressions and make them a prefix char
       new  7a88a36d89 Add some indentation regression tests.
       new  a7bb6d8656 Add a test for continuation lines with comments
       new  aa1e2c0f0e Detect continuation lines and indent them (Fixes #2)
       new  98f04992d0 Improve the debug output a little
       new  30027489d0 Simplify `elixir-smie-next-token-no-lookaround` a bit.
       new  ebfed4c795 Add some more tests (including failing ones for #5).
       new  aa8adc5c57 Mark `indents-continuation-lines-with-comments/1` as an 
expected failure
       new  f216c62d8a Put elixir tests into multiple files, add tokenizer tests
       new  8bc6c67374 Highlight the key in keyword lists as an atom
       new  712e5c1539 Merge pull request #6 from carlosmn/keyword-highlight
       new  0a5f14544d Declare the 'cl dependency.
       new  3900e0e163 Fix indentation for list elements on continuation lines
       new  8bbc25e69a Improve elixir-debug output
       new  ba2f008501 Add test case for fn body indentation breakage.
       new  e48d1192be Highlight variables only on assignment
       new  1f0e3fb26e Check if elixir-mode is already present
       new  cb5eb38b15 Merge pull request #9 from toki/master
       new  299e132eb6 cleanup elixir-mode structure
       new  fd1c5718f5 remove test.ex because it's not up to date with current 
elixir version syntax
       new  aa7fc42ccb use correct function prefix for elixir test function
       new  4cd93a28c4 autoload helper functions, simplify version display
       new  da68159336 fix *.elixir file ending elixir-mode autload
       new  c9c62f4d16 add elixir-mode documentation
       new  f6d3a07f94 update README with information about elixir-mode
       new  46a1fb09a0 add release rake task
       new  f40f5cc0e3 Merge pull request #17 from 
elixir-lang/refactor-elixir-mode
       new  48f6107470 prepare 1.2.0
       new  3f160e8e19 add eval-on-region and eval-on-current-line functions
       new  7fb6df5791 add string-to-quoted-on-region and 
string-to-quoted-on-current-line functions
       new  096e1b5c7b add local key bindings for eval and quoted functions
       new  26ea8b9b6e use a temporary file to eval elixir code, instead string 
evaluation through elixir command
       new  f7a37014d4 update inline documentation about new eval functions
       new  5eadc97b0c add information about customize-group into inline 
documentation
       new  a3a300569f update README with new function information
       new  4858087648 add eval-on-current-buffer function
       new  5633639477 Merge branch 'add-elixir-eval-functions'
       new  9e4d49cf2a add changelogs for release 1.3.0
       new  183e7c54ac prepare 1.3.0
       new  3dced4eee6 add test for incorrect indention after empty lines
       new  2738c4629f reference to elixir-mix package in README
       new  d2a23b15b8 add universal-argument to elixir-mode-iex to prompt for 
additional args
       new  30010a1842 Merge pull request #22 from artisonian/iex-mode-args
       new  cfccee9180 update README and inline doc about universal-argument 
usage with elixir-mode-iex
       new  4b463a59dc update changelog
       new  8df4d43992 Merge branch 'update-doc'
       new  7043c6440e elixir-mode-eval-on-current-buffer binding comment 
incorrect
       new  a6b6b071f7 Merge pull request #24 from orb/patch-1
       new  1e9668ddee correct inline function docs
       new  b2b191492f Correctly recognize ? character quote tokens
       new  cf1fb6c295 Add (failing) test for last comment in a block (#27)
       new  a5b298ccf9 Fontify character literals as strings.
       new  62da4283d9 Merge pull request #28 from 
antifuchs/recognize-qm-char-syntax
       new  2befb5cf7d update changelog for release 1.3.1
       new  3083b714c6 needed for effective code-navigation via syntax-ppss
       new  ba1c241fde Merge pull request #31 from andreas-roehler/master
       new  de9b2e4ff5 Properly make variables local
       new  6be851504c Merge pull request #32 from 
mbunkus/fix-creating-local-variables
       new  1fb986cb62 Added simple imenu support.
       new  3bff16b0e6 Merge pull request #35 from tomterl/master
       new  363019c882 Remove needless statement
       new  f926862ce4 Merge pull request #37 from 
syohex/remove-ignore-statement
       new  646980d5c2 IMenu: Show ExUnit tests under heading "Tests".
       new  f1b545af30 Merge pull request #40 from tomterl/imenu-exunit-tests
       new  ea0c40d872 sigil % to ~
       new  4e2c610435 Highlight defstruct and Actor, Base modules
       new  642ee02e3d Merge pull request #45 from pma/patch-1
       new  984bdce557 Added highlight for unless and Task module
       new  a0bee93486 Remove grammar clause for "fn" terminal. Fixes #7
       new  5a207917d9 Merge pull request #46 from pma/patch-2
       new  e01c318a78 Merge pull request #44 from k1complete/master
       new  21324226d8 Merge pull request #50 from 
mattdeboard/indent-fn-in-assignment
       new  2060e1c7d1 Add tests that capture the failure state.
       new  1bc8f098f5 Remove failure expectation.
       new  7a06cdba34 Replace defunct syntax with valid function definition 
syntax.
       new  428a984b43 Tidy up a couple very long lines.
       new  13eb721115 Make a test that is expected to fail actually fail.
       new  8e3a7bcded Add expected result to all failures.
       new  5f25636b3f Capture specific grammar error around 'end' statement.
       new  f2b81df65a Fix typo in test that lead to false failure.
       new  c4b48448f9 Remove expected failure statement.
       new  0027f71221 Remove unnecessary newline
       new  bf2842dee1 Use correct syntax highlighting for use/require/import
       new  a163037c04 Add a SMIE rule function for "def" tokens.
       new  8e205130a6 Some code cleanup.
       new  0eb9724e23 Merge pull request #48 from 
mattdeboard/fix-use-indentation
       new  b93c7e98f3 Add CLI for running elixir-mode tests.
       new  8d00fcfd1d Add missing while for the case statement.
       new  4144d93d64 Merge pull request #52 from elixir-lang/tests-cli
       new  6b6917da12 Add Python script for auto-generating changelogs from 
pull requests.
       new  cfb4327b69 Update CHANGELOG for 1.3.1 release.
       new  c1aa2816fe Break out of while loop after re-running tests.
       new  cc771dda41 Add beginnings of font-face testing.
       new  eadf76729d Merge pull request #57 from elixir-lang/font-face-tests
       new  1f5653fadd Add CONTRIBUTING file.
       new  395c79583a Fix error in README.
       new  a2f3f2c138 Use string syntax highlighting for regex patterns.
       new  3ea39350d0 Merge pull request #58 from 
elixir-lang/regex-string-format
       new  52cd19ffc0 Update string delimiter entries in syntax table.
       new  dd754faa9a Shorten local variable for syntax table.
       new  bf4e09bd4f Refactor elixir-font-lock-defaults.
       new  cea239be18 Add failing test for indentation issue. Refs #59
       new  805ca78c0c Remove unused code.
       new  ebdaa40777 Colorize operators when using dark background.
       new  d171a23caf Merge pull request #60 from elixir-lang/syntax-table
       new  edcc0d5b4a Update list of builtin modules.
       new  fa597d4792 Remove "=" & left-assoc opers from "OP" regex. Fixes #18.
       new  57dab51ad4 Merge pull request #61 from 
elixir-lang/fix-indents-after-newlines
       new  b8026fcf04 Add test to capture indentation error. Refs #49
       new  53e71a502b Remove grammar entry for DOT. Fixes #49
       new  59da0122cc Merge pull request #62 from 
elixir-lang/indent-align-to-dot
       new  e81b3c9dad Update CHANGELOG for v1.4.0 release.
       new  e90d37805e Add grammar rule for one-line anon fns. Refs #59
       new  78cbe16d04 Move grammar rules around.
       new  98b370f36e Add logic to handle indenting anon fns. Refs #59
       new  bf2d9f1919 Merge pull request #63 from elixir-lang/indent-anon-fns
       new  54bebd7668 Fixed bug in test that was masking a problem being 
solved. Fixes #27
       new  54ba5bdbe9 wrong indentation if space between if and statement
       new  0bad2a3eb9 adding expected-result: false so that master stays clean
       new  c7d2709be9 Merge pull request #64 from edmz/patch-1
       new  6232328af1 Use parent indenting after string if string follows 
'do:'. Refs #65
       new  1e997cb941 Change test to expected pass. Refs #65
       new  b352f22615 Merge pull request #66 from 
elixir-lang/indent-if-do-newline
       new  7746988ded Remove unnecessary smie rule.
       new  449ae1c96f Remove unused variable
       new  46aadae43b Correct auto-mode-alist regexps
       new  412665fe5b Use define-derived-mode to define elixir-mode
       new  184388f1f4 Merge branch 'bbatsov-auto-mode-alist'
       new  dc8f95940d Merge pull request #69 from bbatsov/remove-unused-option
       new  69999c1fa9 Merge pull request #70 from bbatsov/master
       new  670870c4a6 Need two backslashes in regex string.
       new  6ff1db2db0 Merge pull request #71 from jimm/master
       new  f872f366e5 Add failing test for regex with quotes.
       new  9def36a5be Specify font face for code-point regex.
       new  cdcefa09c8 Add tests for highlighting-related issues.
       new  96490223db Remove custom syntax-propertize-function.
       new  0e825ac393 Merge pull request #73 from 
elixir-lang/failing-highlight-tests
       new  c44612fb25 Update changelog.
       new  7aa7587c4e Remove all but boolean operators from grammar for 
indentation.
       new  feb3b3b6e9 Add test for making sure skipped lines don't cause 
unexpected indentation.
       new  2a7762e392 Merge pull request #74 from elixir-lang/operator-indent
       new  ae5c64d803 Move priority of ';' token to top.
       new  868372e835 Add operator table a la octave.el and ruby-mode.el.
       new  de818044eb Reformat the bnf->prec2 table.
       new  e7162e7a82 Merge in the operator table.
       new  e7ccd43167 Remove the 'resolvers' from bnf->prec2 fn call
       new  5d3aea6f9e Move defrecord grammar to top.
       new  fb57ed9682 Remove the operator table for now.
       new  2de867ea15 Remove COMMA and OP from list of block-opener keywords.
       new  0ef53a1ac9 Remove SMIE rules no longer necessary.
       new  f2898b6ff4 Remove unused parameter from 
elixir-smie-next-token-no-lookaround.
       new  08afdba91e Remove test of deprecated syntax.
       new  4dadc782f3 Put back the one-line if statements.
       new  96738f4df5 Remove operator table.
       new  cd097eacfc Remove 'OP' from the gramar as it causes more problems 
than it's worth.
       new  31b1e24abe Add smie rule for after ';' tokens.
       new  2986d43c75 Remove smie-merge-prec2s call.
       new  6f8769ab42 Merge pull request #75 from 
elixir-lang/rejigger-smie-grammar
       new  ab55552730 Update CHANGELOG for v1.4.3.
       new  6619aa828a Update elixir-mode--version
       new  d1f026ad08 Remove erroneous defrecord syntax.
       new  b9b1ce656b Merge pull request #79 from 
elixir-lang/rm-defrecord-grammar
       new  c3a5514533 Update README to point at melpa-stable.
       new  53b48a8347 Update README.md
       new  5e61743f8d Update README.md
       new  b58b4f7355 Update release version.
       new  af129fe661 Update changelog for v1.4.4.
       new  97b3c64c88 Fix incorrect syntax of defrecord test.
       new  2d570b1c6a Rewrite of forward/backward token functionality.
       new  ae60c356db Remove unused rules & warehoused code.
       new  1f605e3b8e Remove logic to emit ';' after a hanging comma.
       new  ae86f70bc3 Remove unnecessary regexps.
       new  43f0a06ac7 Rearrange code a bit.
       new  aecec4553e Make sure comments are handled correctly when pressing 
return.
       new  b0b2ba9c8d Merge pull request #81 from 
elixir-lang/whitespace-indentation
       new  d93f41bd0d Update CHANGELOG for v1.4.5.
       new  074ff8d0ff Add failing test.
       new  7afd4c84c6 Remove unnecessary & incorrect SMIE rule.
       new  460475cbdd Merge pull request #82 from elixir-lang/nested-modules
       new  6b1b5b3386 Update CHANGELOG for v1.4.6.
       new  d1d8b25d47 Update elixir-mode--version.
       new  2903f94f0c Clean up unused code.
       new  2fd477a311 Add test for fontification of camelCase.
       new  73ceaf11fd Fix fontification rules for method names.
       new  448c5d6ee4 Add tests for fontification of func names ending in 
punctuation.
       new  193c601d19 Update syntax table to recognize '' as symbol 
constituent.
       new  976a219650 Use optional symbol.
       new  ab09ca1f00 Merge pull request #84 from elixir-lang/camelcase-font
       new  035d4a9e8c Fix bug in highlighting func names w/ underscores.
       new  a4b983cd97 Improve regex for defmodule highlighting.
       new  f55f9c8963 Merge pull request #85 from 
elixir-lang/defmodule-highlight
       new  c9d492d7d8 Improve fontification of bytecode operator '?'.
       new  06fe8ee0c6 Add regex for heredocs.
       new  6cf8656a9b Add fontification tests for heredocs.
       new  d6698d09d4 Adjust syntax table & regex for heredocs.
       new  99c54ff1dc Specify that indent-heredoc is expected failure.
       new  0de4e3e7bc Merge pull request #87 from elixir-lang/heredoc
       new  7560e29a06 Update CHANGELOG for v1.4.7.
       new  6250c794e4 prepare 1.4.7
       new  a69113bca2 MELPA is .net, not .com.
       new  c162b5041b Fix bug in atom highlighting. Fixes #89
       new  5256ad2336 Merge pull request #90 from elixir-lang/atom-highlighting
       new  6fe965be11 Add new lexeme regex.
       new  5a370b6cb1 Replace previous font-lock defaults with new.
       new  18ee94b1f1 Fix bugs & remove old code.
       new  fea7b992de Fix attribute highlighting regex.
       new  01f7a6a118 Change fontify-atoms test to expected failure.
       new  fdc0e5a132 Add test for fontification of map keys.
       new  82321e763d Fix deprecated font face reference.
       new  466465f573 Add custom atom & attribute faces.
       new  6498fe314e Fix copy-pasta'd font face documentation.
       new  26c17f21c6 Merge pull request #91 from 
elixir-lang/lexeme-regex-updates
       new  b9ad4db258 Update Rakefile to also run the release.py script. Refs 
#88.
       new  39e0da3dd6 Merge pull request #92 from elixir-lang/build-tools
       new  7de3f87ae4 prepare 1.4.8
       new  745cbcb23b Add several tests for various indentation scenarios.
       new  0e78647055 Remove syntax highlighting for operators.
       new  8351d632d2 Merge pull request #96 from elixir-lang/oper-highlighting
       new  0ed9cf199b Add failing test for indentation error. Refs #95
       new  ec6a97c88b Add test for lines with trailing whitespace.
       new  ab04a23b06 Emit semicolon in case of trailing whitespace.
       new  193d916c6d Add file-local variable to avoid whitespace cleanup.
       new  23a75c4937 Merge pull request #99 from 
elixir-lang/tokenize-whitespace-eol
       new  d0e15a2a45 Add failing test for multiline case.
       new  7257bd92ec Add '->' as a MATCH-STATEMENT-DELIMITER.
       new  0724e3709f Change test names for consistency.
       new  3fbb91a732 Switch to using rx for other regex.
       new  bfa3e1bf15 Flesh out rules for MSD.
       new  369a2683c8 Remove problematic cond expression.
       new  0302f65324 Add fn to test if inside match block.
       new  9ed25d9e7a Emit match stmt delim if condition passes.
       new  1a66063b86 Add MSD line-end check to backward token as well.
       new  d14291dbff Emit '->' directly at start of match stmt.
       new  ec9f61dd4e Remove unnecessary args to 'looking-back'
       new  b00ccb84fa Fix bug in semi-ends-match fn.
       new  56e125b1f8 Multiline match indentation is fixed.
       new  60d83a7394 Add fn for comparing line numbers.
       new  a426d8e19f Add another multiline match test.
       new  d1266f8373 Fix bug in match-ending detection fn.
       new  a147438bc5 Treat blank lines with a bunch of whitespace as a ;.
       new  67751d827a Refactor for conciseness.
       new  68f884faf3 Merge pull request #100 from 
elixir-lang/multiline-match-indent
       new  ad75262d06 prepare 1.4.9
       new  192eed88f4 Fix indentation after inline comment.
       new  5bea1e9c6b Remove warehoused code.
       new  3c6dcd6725 Merge pull request #101 from 
elixir-lang/inline-comment-indent
       new  9c2bac04f8 Remove some extraneous code that got missed in PR #100.
       new  a153981dfe Add failing test for string interp highlight.
       new  9120fb45b7 Add syntax propertization for string interpolation
       new  1e86759e80 Merge pull request #102 from 
elixir-lang/variable-interp-highlight
       new  f7e954d8aa prepare 1.4.10
       new  415dc6e8f5 Added: elixir-quoted-minor-mode
       new  5981844157 Removed: unnecessary font-lock-ensure call
       new  737665439d Merge pull request #103 from 
sviridov/elixir-quoted-minor-mode
       new  c9c59bd1c0 prepare 1.5.0
       new  45c60fcc96 Fix CHANGELOG.
       new  f5637dedd6 Use priority table for binary opers from Elixir source.
       new  b91fb23565 Switch back to previous prec table.
       new  1b30066be3 Added: comment-start-skip.Refs #104, #106, #107
       new  940e1b16ff Add test.
       new  5a07b791aa Merge pull request #108 from sviridov/comment-start-skip
       new  5b6cd76399 Added: ability to run tests via EVM
       new  e12d6fbd2b Fixed: elixir-quoted-minor-mode tests for 
ert-run-tests-interactively
       new  d80d10df6e Merge pull request #111 from sviridov/quoted-tests-fix
       new  29550762d1 Merge pull request #110 from sviridov/evm-tests
       new  a3421ff7b6 Added: Cask and ert-runner support
       new  a23bec1b9d Merge pull request #113 from 
sviridov/cask-and-ert-runner-take-two
       new  039d78681f prepare 2.0.0
       new  a84212c979 Update CHANGELOG.
       new  ac9d5ef65a Fixed: run tests interectively for terminal
       new  a06f672883 Merge pull request #114 from 
sviridov/cask-and-ert-runner-take-two
       new  96e7b205aa Add "How to run tests" section
       new  20cf511bbb shell -> bash
       new  466d00ca4a Fixed: emacs 24.3 tests
       new  42df9ad34a Added: try/rescue rule
       new  c42ed23093 Merge pull request #118 from sviridov/try-improvements
       new  cb933b47a5 Fixed: indent-inside-parens
       new  45a006fb30 Merge pull request #116 from 
sviridov/cask-and-ert-runner-take-two
       new  82e7f65f33 Merge pull request #117 from sviridov/emacs-24.3-patch
       new  eb24e0fd46 Merge pull request #119 from 
sviridov/fixed-indent-inside-parens
       new  902ea25db9 prepare 2.0.1
       new  ef98e90f83 Create .travis.yml
       new  b83aa47095 Add Build Status
       new  5049d5ef24 Remove unused code
       new  bbed6b3ffc Merge pull request #122 from sviridov/unused-code
       new  ec08386160 Merge pull request #121 from sviridov/travis-ci
       new  daf1d0c08b TravisCI: add-apt-repository fix
       new  78ea9163bb Merge pull request #123 from sviridov/travis-fix
       new  8aa16cb308 Fixed: Build Status badge
       new  0ead1fb946 Merge pull request #124 from sviridov/travis-fix
       new  56dc2b1e91 Add failing test for comment in cond expression
       new  c4cb30c0ae Added: collection of failed tests
       new  18ecfe3f39 Merge pull request #128 from sviridov/extra-tests
       new  272e937db1 Merge pull request #127 from Scramblejams/master
       new  d88a5f9938 Fix documentation url
       new  a2db2d41d5 Merge pull request #131 from henrythebuilder/docs
       new  39c99c531c Added: test coverage with undercover.el
       new  6eb3fa00cf refine readme
       new  dbe31c4c53 implement a useful function to show the elixir-mode 
version
       new  9b563672b0 update release rake task
       new  d52ccf10d4 Merge pull request #132 from sviridov/undercover
       new  d4acdd2ce5 Merge pull request #134 from 
elixir-lang/elixir-mode-version
       new  8c3cdafe84 Revert "Merge pull request #132 from sviridov/undercover"
       new  62c4d92446 Merge pull request #133 from elixir-lang/update-readme
       new  1f68ede65e Update README so the MELPA badge points to stable build.
       new  2d0ff51187 Expand def of block operator regex to include 
non-newlines.
       new  ac74b39a22 Merge pull request #135 from 
elixir-lang/readme-melpa-stable
       new  eacd74f4a9 update rake tasks
       new  7693331f14 Merge pull request #137 from elixir-lang/refine-rake-task
       new  ae15c4d72c run test suite before release
       new  86abd58f9a Merge pull request #136 from 
elixir-lang/expand-block-rx-def
       new  c4acd98409 prepare 2.0.2
       new  e6ae3a5bc7 Merge pull request #138 from 
elixir-lang/run-tests-before-release
       new  2bfb67e491 smiplify travis test run
       new  7babd59a4c `flet' is an obsolete macro (as of 24.3); use either 
`cl-flet' or `cl-letf'.
       new  11261aaab5 Merge pull request #140 from elixir-lang/update-testing
       new  e886c08649 eex edition
       new  96ac20469e add functionality to create custom deprecated message
       new  c862996506 Merge pull request #139 from 
elixir-lang/mark-functions-as-obsolote
       new  86763e845c pipe indentation is correct
       new  1083283631 mixed match should indent like parent
       new  3feedfc94c fontify continuation lines assignment
       new  ccb685c19d Merge pull request #144 from elixir-lang/fix-indentation
       new  b4e396446e update CHANGELOG
       new  5a9487d245 add deprecated message for elixir-mode-iex function
       new  2861a0b202 rework MELPA install
       new  54f80e0796 Merge pull request #146 from rickhull/master
       new  99ffc301db polish Install section of README.md for clarity
       new  278108673a Merge pull request #147 from rickhull/master
       new  7c83899f6d additional deprecated message for eval and quoted 
functions
       new  ae54ab7595 update CHANGELOG
       new  445b5f37eb deprecated message for iex must be afterwards
       new  92aabbd590 Merge pull request #148 from 
elixir-lang/add-deprecated-messages-for-eval
       new  abe51486e7 Always indent with only 2 spaces except when function 
arguments span multiple lines.
       new  281baed60f update CHANGELOG
       new  0f208920e3 Merge pull request #149 from 
elixir-lang/indent-inside-parens
       new  5e2e8ea76c Continue of indentation in multiple line assignment
       new  2fe0282850 update CHANGELOG
       new  b76cf9857d Merge pull request #150 from 
elixir-lang/indent-continuation-lines-assignment
       new  949d0742e6 bump version 2.1.0
       new  097e656a98 move deprecated under changes
       new  9928e74505 update installation information
       new  20c4a1b813 clear header
       new  8b9a380621 fix typo
       new  894f301bc0 add missing header
       new  e90638c0a5 dev version
       new  151c7010c7 Indent block inside a fn match
       new  9f94aa470c update CHANGELOG
       new  419aef0ac8 Merge pull request #151 from 
elixir-lang/indent-block-inside-fn-match
       new  8ef8232fcd fix indentation inside parens wrapped around def fixes 
#152
       new  a22df61d34 Merge pull request #153 from 
elixir-lang/fix-indent-inside-parens
       new  3e512e599b bump v.2.1.1 bugfix release
       new  1db5658ef2 add missing headers to testsuites
       new  2d16c9f85a tag indentation tests
       new  528af05c1e move macro definition into helper
       new  2ad3e859d0 bump dev version
       new  09f4ebaac0 process info is to hard to read
       new  4a6d256aaf separate font highlighting and indentation test suite 
runners
       new  65c48e38d8 Fix indentation behavior after last line in buffer fixes 
#145
       new  d248e7247d update CHANGELOG
       new  5bbaf01319 fix indentation in codebase
       new  2db7b2b7fd Merge pull request #154 from 
elixir-lang/fix-first-indentation-after-defmodule
       new  2dcc3c2fbd add expected failing test for 
indent-fn-in-multiline-assignment
       new  b55c2947f0 indent correct after oneline def ... do: function
       new  98f61fb328 update CHANGELOG
       new  480d5a3d64 Merge pull request #155 from 
elixir-lang/indent-after-online-defdo
       new  64ca055b22 Correct indentation after binary sequence
       new  377b22355a update CHANGELOG
       new  41d24123c4 test for binary sequence inside matches
       new  ce7af6fd95 Merge pull request #156 from 
elixir-lang/indent-after-binary-sequence
       new  df53498fad in emacs-snapshot the ert test for indentation failing 
in batch mode.
       new  57e78ccfa0 Merge pull request #159 from 
elixir-lang/refine-travis-setup
       new  8eb8769258 correct indentation of of listings inside square 
brackets fixes #160
       new  3ceaad81a5 update CHANGELOG
       new  514a5c9105 Merge pull request #161 from 
elixir-lang/indent-inside-square-brackets
       new  5fbc7e7ceb correct indent of binary sequence inside match block
       new  5ea9e162ec update CHANGELOG
       new  3f6f7beab5 Merge pull request #162 from 
elixir-lang/indent-binary-sequence-inside-match-block
       new  34f7f52256 bump v2.2.0 release
       new  d113cfc846 bump dev version
       new  2709699f01 add expected failing test for fn block indentation 
inside continuation multiline assignment
       new  8424d7f585 fix identifiers rx
       new  72cd6cafd7 Modules don't with underscore
       new  956499259f update copyrights
       new  b175798aea Add function to apply `fill-region` in doc strings
       new  33b37f0417 Add tips for smartparens users
       new  4b9f588204 Highlight digits in atoms
       new  be160e83e8 Merge pull request #141 from fxbois/patch-1
       new  628db997c4 Fix small typo
       new  f591d49cf8 Prefer Emacs over emacs.
       new  9491c56823 Merge pull request #177 from rranelli/patch-1
       new  2b0dc2a3e3 Merge pull request #175 from 
rranelli/tips-for-smartparens-users
       new  61fc7859a9 Merge pull request #173 from rranelli/master
       new  292c820863 Factor out `cask install` as its own task in Rakefile
       new  38cde3ae58 Add regression test for #172
       new  4a5840e902 Remove redundant local-pair tip for smartparens users
       new  2642918fc2 No package called Elixir-Mode
       new  5f85550be7 Merge pull request #176 from rranelli/fix-#172
       new  03ee7c4958 Merge pull request #183 from rohit/patch-1
       new  572a4383bc Merge pull request #182 from 
rranelli/remove-redundant-tip-for-smartparens-users
       new  14faad90d5 Remove undocumented failing tests.
       new  e7e6b29cb1 Merge pull request #186 from 
elixir-lang/rm-undocumented-tests
       new  d39baa5870 prepare 2.2.1
       new  43a090549f Highlight module references equally
       new  877310a33d Fontify sigil contents with `font-lock-string-face`
       new  f8d1955b94 Merge pull request #178 from 
rranelli/remove-repetition-in-rakefile
       new  54f43c97cf Remove mixed spaces & tabs.
       new  72a4b01f11 Clean up mixed spaces & tabs.
       new  7b5c4e86f7 Add unresolved test case.
       new  13213c65bf Add reference to open issue.
       new  9d40717edd Merge pull request #187 from elixir-lang/add-test-case
       new  9a68f8233e fix changelog
       new  a0ec0eefb9 Merge pull request #188 from elixir-lang/fix-changelog
       new  60047aa06a Small changes to existing tests
       new  531a2b3a1f Merge pull request #179 from 
rranelli/highlight-all-modules-equally
       new  a56e517618 Add failing test.
       new  8debd7ddc5 Modify SMIE rules for 1-line fns w/ bitstrings.
       new  6809063d86 indent after bitstring test works now
       new  5aac3d3a56 Merge pull request #189 from 
elixir-lang/add-test-case-180
       new  c7522108fb correct indentation for multiclause anonymous functions
       new  2368280358 Merge pull request #190 from elixir-lang/issue-184
       new  1ce5da9b94 fix wrong indentation of cursor between and after code
       new  181339a4d8 fix wrong indentation on empty line between existing code
       new  3c67deb6a4 highlighting of capitalized modules when used as structs
       new  c8e70d256b Merge pull request #192 from elixir-lang/issue-168
       new  a85ad0c810 Merge pull request #195 from 
elixir-lang/highlight-structs-modules
       new  45f97abd67 Merge pull request #193 from elixir-lang/issue-165
       new  30ab18e652 prepare 2.2.2
       new  c98ad20430 fix current version description
       new  806ec8b6e9 correct indentation outside of blocks
       new  0916f4b87d Merge pull request #196 from 
elixir-lang/fix-indentation-outside-block
       new  5f7de1fdc8 indenting elements of a list correctly fixes #197
       new  cf4c2bf753 Merge pull request #198 from elixir-lang/issue-197
       new  20effadc06 refine test function name
       new  ae125a045c correct elements indentation for structs, maps and 
tuples fixes #199
       new  cde80357be Merge pull request #200 from elixir-lang/issue-199
       new  171ee32afa correct indentation after oneline def/if definition
       new  c3d3cf1857 Merge pull request #202 from 
elixir-lang/correct-indention-after-online-line-def-if
       new  686e7c8eba fix misspelling
       new  5394e0ff98 bump version 2.2.3
       new  f2a94d402a prepare 2.2.3
       new  6dd478b31e #167 fontify triple-quoted-string, fixed
       new  db7ce725de Replace tabs with spaces.
       new  bc2aa4f4f8 Remove commented-out code.
       new  83576c603d Merge branch 'andreas-roehler-master'
       new  6af9fea289 prepare 2.2.4
       new  c1da6fd0b1 Update Changelog.
       new  5a40c02c6a Add MELPA unstable badge.
       new  3daef47953 remove do keyword to handle also oneline definitions
       new  4414d2e6ca also handle functions with ? and !
       new  1e6314811b Merge pull request #213 from 
elixir-lang/update-imenu-generic-expression
       new  b039283fc3 correct indentation after one line definition with if 
keyword fixes #212
       new  ba74e75ce5 add a comment about the parent if token call
       new  ea42d335d3 Merge pull request #214 from elixir-lang/issue-212
       new  0e566bc84e correct indentation of parenthesized expression inside 
blocks
       new  1acf27849e highlight atoms correctly in a pattern match
       new  55c746a019 Merge pull request #220 from elixir-lang/fix-217
       new  a8dbf369fa Merge pull request #221 from elixir-lang/issue-218
       new  21e2bafa2a correct indentation inside heredoc strings
       new  8b09aae6bb Merge pull request #222 from 
elixir-lang/correct-indentation-inside-heredoc
       new  8790b0f882 prepare 2.2.5
       new  a5adced000 clear elixir-mode from deprecated functions
       new  4eeb13778c Merge pull request #228 from 
elixir-lang/remove-deprecated-functions
       new  a2be4f914f add license information
       new  9f7f24656a update travis setup
       new  ef75eaba45 fix test run for Emacs 24.5 on travis
       new  e9d8cea142 Merge pull request #230 from 
elixir-lang/update-travis-setup
       new  0330d492b2 correct indentation for block with multiple matches
       new  f30fa7b2a6 Merge pull request #231 from 
elixir-lang/correct-block-match-indentation
       new  bb17fe7a3a correct indentation for closing Map curly bracket fixes 
#223
       new  cb3f1a8fc2 Merge pull request #232 from elixir-lang/closing-map
       new  b4a21404f2 remove legacy regex for syntax highlighting
       new  1e85220b96 `&` char should also be colored as part of the module
       new  d84ddb4d4b Merge pull request #233 from 
elixir-lang/module-highlighting
       new  6fde866b9f don't highlights LHS as a variable in `==` case fixes 
#225
       new  68a7503a48 Merge pull request #234 from 
elixir-lang/dont-highlight-lhs-as-variable
       new  153bfcd375 prepare 2.2.6
       new  6ae86ca681 correct indent for identifiers which contains built in 
words
       new  ba8bc50e65 Merge pull request #235 from 
elixir-lang/indent-identifiers-with-reserved-words
       new  3377e652e3 No need to add ert meta properties in elixir-test macro
       new  b3644017fe correct indentation after newline and indent inside def* 
blocks
       new  15e70273b6 fontify special macros with prefix like '%' and '&'
       new  d8014625e4 Merge pull request #236 from 
elixir-lang/fontify-pseudo-vars-with-special-prefix
       new  b73657309e Correct indent in case expr when returning a tuple
       new  bcb72618bc Merge pull request #240 from 
elixir-lang/correct-indent-in-case-expr
       new  e109f0964f correct indent for oneline `do:` when moved to next line
       new  60aeb48331 Merge pull request #241 from 
elixir-lang/one-line-do-indentation
       new  9ad223671c Add syntax highlighting to true/false/nil
       new  83cd1f187a true, false and nil are highlighted as atoms
       new  f899bc7aa3 Merge pull request #244 from edmz/true_false_nil
       new  17da2317ba Add unit test for issue 245
       new  128e70c3ee Wrap symbol-start and symbol-end for not highlighting 
like true_false
       new  4198d1ef96 Merge pull request #246 from syohex/issue-245
       new  77b2a94098 Add correct indent for "if" inside a "->" block
       new  87f82cb7a4 Merge pull request #249 from 
elixir-lang/correct-indent-for-if-inside-block
       new  a8ddf18352 Add keyword highlighting after dot tests(#250)
       new  bda0e8f4ce Do not highlight keywords after dot
       new  7f33dc685e Merge pull request #252 from 
syohex/fix-after-dot-highlighting
       new  8dcfb9a622 Add highlighting atom tests(#251)
       new  bb8354b0de Fix highlighting atom which contains '@', '!', '?'
       new  b8363e9826 Merge pull request #253 from syohex/highlight-atom
       new  76ba328e4d Add helper function to inspect empty strings
       new  4580b13adc Fix Emacs freez inside "elixir-smie-forward-token"
       new  ed4fd79895 Merge pull request #258 from elixir-lang/fix-emacs-freez
       new  1cf6b1a119 Indent receive/after matches correct
       new  7f9e218b6a Merge pull request #259 from 
elixir-lang/correct-indent-for-receive-after
       new  6bd8ccbb1e Correct indentation after "for" comprehension
       new  f68b762326 Merge pull request #260 from 
elixir-lang/correct-indent-for-oneline
       new  87b51828a2 Require missing packages for byte-compile build
       new  ae237fe474 prepare 2.2.7
       new  38c5320fc2 Add indentation tests for comprehensions
       new  e772e8942c Add unit test for #263
       new  bfa64bba0f Replace comment syntax property of string 
interpolation(#{})
       new  aee2b9b60c Merge pull request #264 from 
syohex/fix-string-interpolation
       new  ed32e0fd29 Add unit test of quotes in sigils
       new  4356c5f7c6 Fix single/double quotes in sigils highlighting issue
       new  6ddde66c0e Merge pull request #266 from syohex/fix-quotes-in-sigils
       new  0c3cf369bf ~s is sigil, not attribute
       new  8bf70aeae8 Merge pull request #267 from syohex/fix-tilde-s
       new  0a9fd07b2d Merge pull request #262 from 
jesenko/jesenko-multiline-for-indentation
       new  ce94977272 added font-lock to defoverridable
       new  e11c40339c Merge pull request #268 from 
gausby/add-font-lock-to-defoverridable
       new  532f1b6530 Fix for highlighting string interpolation
       new  bc907c8e6e Update string interpolation highlighting test
       new  fea4caab09 Merge pull request #269 from 
syohex/fix-string-interpolation
       new  6da2a0c45c Test for multi-line function calls without parenthesis
       new  b94f636b39 Fix highlighting hashmark in sigil
       new  886aa91e3e Add unit test for hashmark in sigil
       new  bf8bde866c Merge pull request #270 from syohex/hashmark-in-sigil
       new  bfc95d9d44 prepare 2.2.8
       new  1585c28482 Highlight module if preceded by a pipe
       new  eac04b1fa1 Merge pull request #271 from 
elixir-lang/highlight-module-correct-after-pipeline
       new  ced2cf6c5e Added `send` and `send_after` to font lock
       new  577c98c32a Merge pull request #272 from 
gausby/add-send-and-send-after-to-font-lock
       new  644aecbb17 Removed send_after from highlighted keywords
       new  338f198697 Merge pull request #273 from 
gausby/remove-send-after-from-highlighed-keyword
       new  560e695a09 Add unit test of sigils in string
       new  a6b12cadf1 Don't change sigil property if it is in string or comment
       new  652b95f064 Merge pull request #277 from syohex/issue-275
       new  dbaa1c3c85 Added a failing (for now) unit test
       new  70369ff5d2 Merge pull request #279 from 
gausby/indentation-of-single-line-fun-declaration-after-single-line-fun-with-when
       new  f7ac3d1e52 Extend test with more cases
       new  c48e0db346 Correct indent when equal char occurs inside guard
       new  7b040918bd Merge pull request #280 from 
elixir-lang/fix-one-line-definiton-with-equal-char
       new  cbf09264b3 Indent multiple macro calls with do colon correct
       new  d26a33eabe Merge pull request #282 from 
elixir-lang/indent-multiple-macro-call-correct
       new  029f0fb213 Don't capture '(or line-start (not (any ".")))'
       new  a1b84ec48e Merge pull request #285 from syohex/issue-283
       new  8737c0f19c Added a test for highlighting end after comment
       new  709fbe25cf Merge pull request #284 from 
gausby/fontify-end-if-the-last-line-in-a-module-is-a-comment
       new  d37c454d4a Add unit test for highlighting sigil triple quote(#286)
       new  a7af762553 Fix ~S""" case
       new  ebdc1c8d59 Merge pull request #287 from 
syohex/fix-sigil-triple-quotes
       new  aa4f3e3db7 Added a test case for if within an else
       new  87e062f1c5 Merge pull request #289 from 
gausby/test-indent-if-within-an-else
       new  cf69c02781 added a test for indenting non-finished one-line if-else
       new  dd73f5a960 Merge pull request #291 from 
gausby/indent-non-finished-one-line-if-else
       new  b5abe3abf0 Test case to demonstrate expected defstruct indent
       new  38948c105d Make the defstruct indention test fail expected
       new  5ec730d586 Gray out ignored variables
       new  109c1303e1 Merge pull request #296 from 
rranelli/gray-out-ignored-vars
       new  fa83b0819b added a test for alignment of the last key in multiline 
maps in cases
       new  4f1b52c5fa Merge pull request #298 from 
gausby/case-with-multiline-maps
       new  1e66f47370 Added `with/1` to the highlighted keywords
       new  25f3995ea3 Merge pull request #299 from 
gausby/add-with-to-list-of-keywords
       new  5f1bdae091 Merge pull request #261 from 
jesenko/jesenko-no-parenthesis-test-cases
       new  a5bd78c4d1 Merge pull request #295 from mmainz/defstruct-indention
       new  cee5801b1e Add unit test of escaped delimiter in sigil
       new  18c45e9d84 Fix highlighting issue of escaped delimiter in sigil
       new  eb1f36b892 Merge pull request #303 from syohex/escaped
       new  20618f7adc Added test case for for-comprehensions within case
       new  344d77dd0d Merge pull request #305 from 
gausby/indentation-of-for-comprehensions-within-case-blocks-test
       new  c8f73158f1 Correct indentation after a one line 'fn' definition
       new  ad1672859e Merge pull request #313 from 
elixir-lang/correct-indentation-after-one-line-fn-def
       new  a97fd838c6 Add test about highlighting triple single quote sigil
       new  10b0cca7a2 Support triple single quote sigil
       new  cdde61c313 Merge pull request #314 from 
syohex/triple-single-quote-sigil
       new  d1588f0bc7 Correct indentation with for-comprehensions within blocks
       new  b56362fea2 Fix indentation of if within an else block
       new  c056282271 Merge pull request #315 from 
elixir-lang/correct-indent-inside-block-for-comp
       new  e909185f8d Merge pull request #316 from 
elixir-lang/correct-if-indention-inside-else-block
       new  eebce3047c Correct pipeline indentation
       new  c5d1cba960 Merge pull request #317 from 
elixir-lang/correct-pipeline-indenation
       new  17189d508f prepare 2.2.9
       new  45dad373ca Fix indent of pipes inside blocks of 'def' for example
       new  65f911428a Merge pull request #318 from 
elixir-lang/fix-pipe-indentation-inside-blocks
       new  d594b32ca2 Add test of '::' in binaries
       new  498bebec14 Fix invalid highlighting '::' in binaries
       new  689510d07c Merge pull request #321 from syohex/colons-in-binaries
       new  9cc79de07d added a failing indentation test for cond within with
       new  2ce39dfbcc added failing tests for named functions in if and case
       new  7b32644d75 Merge pull request #322 from gausby/cond-inside-with
       new  53833083be Merge pull request #324 from 
gausby/failing-indentation-tests-for-named-functions-in-if-and-case
       new  4fe8314fa3 Fix indentation of statement keywords on dot call
       new  af713e67c6 Merge pull request #325 from 
elixir-lang/handle-dots-in-indentations
       new  fb61175ef4 Correct anonymous fun indent inside block
       new  e0a59822c9 Merge pull request #326 from 
elixir-lang/indent-anonymous-fun-call-inside-block
       new  981f11d9ff Do not set tab-width by default with basic elixir offset
       new  389a645d45 Correct indentation of maps inside lists
       new  54bf51c7ab Merge pull request #327 from 
elixir-lang/indent-maps-inside-list-correct
       new  930c8cc924 Fix multiline maps inside case
       new  9845861a3d prepare 2.3.0
       new  2ea3e3113a Fix case of atoms inside lists
       new  230b0dc9a7 Fix tuples inside else part when right after else
       new  f721fb45e6 Indent by one level if current line belongs to function 
call
       new  83ff8fe176 Merge pull request #329 from 
elixir-lang/two-level-indent-after-comma
       new  253ccd42cf Correct indent after using 'for' as function name
       new  6717fe571c Merge pull request #332 from 
elixir-lang/fix-indentation-when-for-inside-def
       new  4829ada1a8 Fix indentation of second element inside list of tuples
       new  b25cea660b Merge pull request #333 from 
elixir-lang/fix-list-tuple-indentation
       new  7f0de84579 Fix indentation issue after COMMA token
       new  fc202762fd Merge pull request #337 from 
elixir-lang/fix-before-comma-indent
       new  a1f4d60ec5 prepare 2.3.1
       new  737dcb6ce4 Fix 'Variable binding depth exceeds max-specpdl-size' 
error
       new  e8cd917057 Merge pull request #338 from 
elixir-lang/fix-max-specpdl-size
       new  e52c2e7559 Correct heredoc indentation on first line inside block
       new  21e16ac8c9 Merge pull request #339 from 
elixir-lang/correct-indent-of-heredoc-inside-block
       new  644f7892b3 Add test of invalid highlighting question quote
       new  b95ea02f9d Fix invalid highlighting question quote
       new  c1d5154f58 Merge pull request #340 from syohex/question-quote
       new  8b0048fd68 Fix complex comments and add tests
       new  22acb34e42 Merge pull request #342 from 
elixir-lang/indent-comment-correct
       new  ed4087de86 Fix one line definitions
       new  9ac04d8ca0 Merge pull request #343 from 
elixir-lang/fix-do-colon-indentation
       new  85adcc645d Correct default indent after match
       new  c4d4bde59d Merge pull request #345 from 
elixir-lang/fix-default-indent-after-match-block
       new  15170ffef5 Remove legacy tagged as failing tests
       new  bf2ddc0a69 No cask install dependency for rake task
       new  0e6b357b68 Add correct indentation for 'with' keyword
       new  7e7b9c33cd Wrong indentation with tuples in "case" statements
       new  e2b85785f5 Merge pull request #350 from elixir-lang/with-statemnts
       new  0d9c26895a Adding tests for spec and callback indentation
       new  db47938280 Merge pull request #353 from 
gausby/adding-spec-and-callback-indentation-tests
       new  3443471eed Remove elixir-operator-face
       new  642e14660e Merge pull request #354 from 
gausby/remove-a-dead-face-definition
       new  5a59bfa778 Remove elixir-negation-face in favor of font-lock
       new  cd6ce05847 Remove `ignored-var-face` in favor of comment-face
       new  a33eb587fc Added a test for indenting maps with sting as keys
       new  90e292bbe5 Merge pull request #358 from 
gausby/replace-ignored-var-with-comment-face
       new  f70dc955a7 Merge pull request #357 from 
gausby/remove-elixir-negation-face
       new  2865589d5a Merge pull request #360 from 
gausby/add-tests-for-maps-with-strings-as-keys
       new  953c18a88d Include -, +, -, /, < and > in punctuation syntax class
       new  fe313d3ba8 Merge pull request #307 from aaronjensen/patch-1
       new  7bd26198a7 Fix issue that emacs hangs after def? statements
       new  8e77a8410c Merge pull request #364 from 
elixir-lang/fix-hang-after-do
       new  decdf8a6b4 Add unit tests for moving defun commands
       new  fefadd61de Implement moving defun command
       new  1d0404494c Merge pull request #368 from 
syohex/implement-defun-commands
       new  3bf4e7936b Fontify ~D() sigil
       new  a89a5bf244 Merge pull request #373 from rranelli/master
       new  a9d30a2d07 Add test of highlighting ignored variable
       new  42c1dabc42 Highlight ignored variable before variable definition 
highlighting
       new  7658287069 Merge pull request #374 from syohex/ignored-var-in-match
       new  4c1d5bc60b Fix a broken menu entry
       new  b71145e1f2 Merge pull request #378 from bbatsov/fix-command-name
       new  b5430c63f4 Fontify `~N` & `~T` sigils
       new  5ca0665229 #355, highlight @doc fixed
       new  20f314a10c Fix a command name
       new  8d7db4e447 Merge pull request #387 from 
bbatsov/fix-another-command-name
       new  83a187d9bb Merge pull request #383 from andreas-roehler/master
       new  384d8daf8a Merge pull request #381 from 
rranelli/fontify-time-and-datetime-sigils
       new  b4a974f6b1 No longer provide a feature in test-helper.el
       new  9eef0471da Update README.md section on auto pairing options
       new  345518a0ac Removed unused lexical variable
       new  fe2cffd474 Testing with Emacs 25 and latest snapshot
       new  abf45f82e4 Merge pull request #403 from sergeyklay/patch-1
       new  de373a0de0 Merge pull request #404 from 
sergeyklay/feature/emacs25-on-travis
       new  861788186f Merge pull request #395 from tarsius/master
       new  e928aaf118 Merge pull request #398 from ckhrysze/master
       new  d4a8692d8d Update .travis.yml
       new  ee86c1e0f8 Update .travis.yml
       new  f1628bced2 Update README.md
       new  7d44b0a8e7 Update README.md
       new  e9dededd0c Update .travis.yml (#413)
       new  8721118756 Add elixir-format function to format Elixir 1.6 files. 
(#406)
       new  a00233c57c Fix `elixir-format-hook` quoting in README example (#417)
       new  028fe6cb03 Locate closest .formatter.exs from the file format on 
save (#418)
       new  bd96e46a67 Better upgrade/onboarding experience
       new  415e5e558e use run-mode-hooks as recommended by emacs
       new  4911345b21 try to reduce complexity of elixir-format
       new  c42fcad4b4 remove variables for elixir and mix paths
       new  9a3896873c Merge branch 'anildigital-master'
       new  60c472700c Change to mix.exs directory before format
       new  90323cd766 Fix broken links to Elixir documentation (#422)
       new  0e222af0e4 fix: fontify defguard and defguardp
       new  5e85706905 Fix MELPA STABLE link; update URLs
       new  bfd09392a0 Merge pull request #426 from legoscia/patch-1
       new  ad06579d64 Merge pull request #425 from 
victorolinasc/fix/fontify-defguard-and-defguardp
       new  b86aab218d Merge pull request #420 from michaelvobrien/use-mix-root
       new  694d133e84 Special case for indentation of fat arrows in map 
literals. (#433)
       new  f101c676cc Inherit faces from appropriate builtin ones (#441)
       new  584f636197 Add support for `~U` sigil (#442)
       new  fdf3da0e9c Elixir format when elixir installed with asdf (#438)
       new  5c50dcedd8 Consistent format of indentation tests (#439)
       new  953424c196 Disable smie-blink-matching-inners locally
       new  fb1928bd33 Make usable again in Emacs 27 (#448)
       new  5920edcf19 Disable smie-blink-matching-inners locally (#449)
       new  f6e2fc3228 chore: update repo url everywhere
       new  231291ecad Merge pull request #451 from 
elixir-editors/vn/repo_url_update
       new  710db1704b Update README.md
       new  d0b10afd03 Add ~L liveview sigil
       new  9bfb11d85a Add sigil ~E support for EEx
       new  002418f0c4 Add sigil ~e as I see its EEx as well
       new  670098a88c Merge pull request #454 from jsmestad/patch-1
       new  d61a1ac673 chore: ignore file generated from running tests
       new  ae57103ab1 Merge pull request #455 from 
victorolinasc/chore/remove_generated_test_file
       new  02a3922711 Merge pull request #453 from ayrat555/patch-1
       new  1f4a8a3fa7 Remove release.py and Rakefile and also revamp CI
       new  bd417aa411 Merge pull request #457 from 
victorolinasc/vn/remove_python_ruby_and_revamp_ci
       new  3f8f409518 Allow highlighting for numbers
       new  1d94b525dd Expose attributes as customizable where appropriate
       new  9578c0fbb7 Try reverting change to elixir-format.el to see if tests 
pass
       new  f4e1dc6b7d Change test matrix to match ElixirLS and recent Emacs 
versions
       new  ce66d67275 Remove OTP 20 as there is no elixir version built 
against it for 1.10.4
       new  88066dadc8 Fixes #424 - @typedoc recognized as heredoc
       new  671e004f45 Add regression test
       new  01b332495d Merge pull request #460 from jsmestad/fix-typedoc
       new  3f89e844ea Revert "Remove OTP 20 as there is no elixir version 
built against it for 1.10.4"
       new  2d3dd8ea45 Revert "Change test matrix to match ElixirLS and recent 
Emacs versions"
       new  80562fa5d8 Add elixir format variables to elixir group as well
       new  c548a84e69 changelog for v2.3.2
       new  bd43656bc2 Merge pull request #459 from 
jsmestad/numbers-with-underscore
       new  b78e7f733b Update changelog for #459
       new  9de08c17d5 Allow all sigils to be delimited by heredocs (#468)
       new  4745cac297 switch build system (#471)
       new  d8c29c7e20 chore: update guides with new build system (#472)
       new  58a01820ea Highlight atom map keys that end with a newline
       new  ad147990e6 Add test for map key fontification with value on 
subsequent line
       new  0212b06f07 Merge pull request #470 from J3RN/map-newline-highlight
       new  6bbc1e5ac4 Backport ppss accessors, use setq-local & more (#475)
       new  8e0e8704c9 Enable elixir-mode by default when opening `mix.lock` 
file.
       new  31a31bf010 Remove pkg-info dependency
       new  50ac869355 Merge pull request #482 from phikal/master
       new  e44d5bfd68 Merge pull request #481 from wingyplus/mix-lock
       new  3e7906c3cb Add require for cl-lib
       new  907ef434a0 Merge pull request #485 from 
elixir-editors/vn/add-require-cl-lib
       new  db267a6f66 Bump version to v2.4.0
       new  2cdb48e513 Update changelog
       new  7373e91e85 Merge pull request #483 from elixir-editors/bump_version
       new  6f61e04c85 Bump otp and elixir versions for testing (#487)




reply via email to

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