Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

IntellIJ Elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Collective - Host: opensource - https://opencollective.com/intellij-elixir - Code: https://github.com/KronicDeth/intellij-elixir

Test parsing and quoting of valid decimal digits

github.com/KronicDeth/intellij-elixir - d6d4b1821f6bbddf688e31b78fb11b124c3b7905 authored almost 10 years ago by Luke Imhoff <[email protected]>
Break up decimal whole number parsing tests

To match pattern of mixed, invalid and valid digits used for other
bases.

github.com/KronicDeth/intellij-elixir - 480a3be85dbdcdb00a97639f4be6cbd8001d769f authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting of CharList interpolation

Use "Elixir.String.to_char_list" instead of "String.to_char_list"
because Erlang sees the module...

github.com/KronicDeth/intellij-elixir - ba28bb063a4c841b0bc77818109bcae82a3bac41 authored almost 10 years ago by Luke Imhoff <[email protected]>
Update test data for CharList tests

github.com/KronicDeth/intellij-elixir - 5cebc3022b28b6c25b28fa48a5414332ffbc4e90 authored almost 10 years ago by Luke Imhoff <[email protected]>
Fix quoting of CharListHeredocs

JInterface, or more specifically Erlang's wire format will cause
JInterface to, returns OtpErlan...

github.com/KronicDeth/intellij-elixir - daa5e47009f8d99bed238575bb8c7f90c4b252cc authored almost 10 years ago by Luke Imhoff <[email protected]>
Update minimal CharListHeredoc testData

github.com/KronicDeth/intellij-elixir - ef7009a6837997c584e553aca8f82d3b5de942ed authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting of no digit octal number

github.com/KronicDeth/intellij-elixir - 33a280578768a6ef1cf9429aff923fa5f75479db authored almost 10 years ago by Luke Imhoff <[email protected]>
Break up Valid octal whole number test

Break into InvalidAndValidDigits, InvalidDigits, and ValidDigits so that
QuoteAroundError can be...

github.com/KronicDeth/intellij-elixir - fbfea0e0dd37d3e686eb84c7ae140ca4f947d1fe authored almost 10 years ago by Luke Imhoff <[email protected]>
Update octalWholeNumber to new wholeNumber pattern

Update testData too.

github.com/KronicDeth/intellij-elixir - b6c3aab21805a2cca3e9b32007ea144a973ba6b5 authored almost 10 years ago by Luke Imhoff <[email protected]>
Group non-decimal whole numbers together in grammar

So it's easier to spot when any differ in implementation.

github.com/KronicDeth/intellij-elixir - 14794a32c4f158eb51f85494cf1ff7657afac318 authored almost 10 years ago by Luke Imhoff <[email protected]>
Test parsing and quoting of valid hexadecimal digits

github.com/KronicDeth/intellij-elixir - 466d84982a4cbd67865435ffe0f91f859c4162c0 authored almost 10 years ago by Luke Imhoff <[email protected]>
Test parsing and quoting of valid digits in obsolete hexadecimal numbers

github.com/KronicDeth/intellij-elixir - 81b1662c3a7d2e024e281368f3785d705f80c64d authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting of invalid digits in obsolete hexadecimal numbers

github.com/KronicDeth/intellij-elixir - 09fc2c7c9b121507baf9c14fc7e297e92085f6b1 authored almost 10 years ago by Luke Imhoff <[email protected]>
Test parsing and quoting of mixed digits in obsolete hexadecimal number

github.com/KronicDeth/intellij-elixir - ea173bb84dbb8ffbc3fe0710dc11a40d4ffffdb2 authored almost 10 years ago by Luke Imhoff <[email protected]>
Test parsing and quoting invalid hexadecimal digits

github.com/KronicDeth/intellij-elixir - d994a7e7ca53469e3bc11dca46d67ab1bf9ac0f1 authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting and parsing of valid and invalid hexadecimal digits together

github.com/KronicDeth/intellij-elixir - a1be64d551839515f5e988c572807a4124aa31f3 authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting of obsolete hexadecimal whole number with valid digits

github.com/KronicDeth/intellij-elixir - 0297f11afc5827202af53ebd6a228c096065849d authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting of obsolete hexadecimal whole number with no digits

github.com/KronicDeth/intellij-elixir - 2e42406cc6b090452afcf8503c771fd5f29b41a9 authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting of hexadecimal whole numbers without digits

Includes extension to quote(Digits) to handle NumberFormatException when
the string can't be par...

github.com/KronicDeth/intellij-elixir - 1608ba3740614e2dd35a16b8923adb63953927e4 authored almost 10 years ago by Luke Imhoff <[email protected]>
Convert hexadecimalWholeNumber to quotable form

Apply methods, interfaces, and rule/token patten used for
binaryWholeNumber to hexadecimalWholeN...

github.com/KronicDeth/intellij-elixir - e864252c59f31adad64bbf5534fa530031be2acd authored almost 10 years ago by Luke Imhoff <[email protected]>
Pull quote up to Digits by adding base

Digits now need to know their base so that the base can be passed to
Long.parseLong.

github.com/KronicDeth/intellij-elixir - 52b018a8a2581404a50bfcc7e44700114b0c6834 authored almost 10 years ago by Luke Imhoff <[email protected]>
Add validElementType to Digits interface

Allows inBase to be implemented for Digits instead of each implementor
of the class. validEleme...

github.com/KronicDeth/intellij-elixir - 769e14092a61c848e7d502e922abc1afb5651d2c authored almost 10 years ago by Luke Imhoff <[email protected]>
Extract WholeNumber and Digits

Instead of having to write an almost identical quote for each
Elixir*WholeNumber, have them impl...

github.com/KronicDeth/intellij-elixir - 8dabed5332b84d3260e8225e81277cb169f552c0 authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting of escape sequences in CharLists

Expands list of escape sequences to all those used to test
CharListHeredoc, which include specia...

github.com/KronicDeth/intellij-elixir - 27f189342387276a64915ca984ad15c83542233d authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting of empty CharList

github.com/KronicDeth/intellij-elixir - 636d6e7e94a1e1b889d0b335e42e05348c691634 authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting of empty CharListHeredoc

Test code is `''''''`, which is not a valid CharListHeredoc in Elixir.
It is handledby having th...

github.com/KronicDeth/intellij-elixir - 16961e3996168a1305e9cbb6fd23247cd0ba5af6 authored almost 10 years ago by Luke Imhoff <[email protected]>
Add 'erlang' to dictionary

github.com/KronicDeth/intellij-elixir - 1de943ef56242c1ebff60e7c071f221f2f9329d3 authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting of escape sequences in CharListHeredoc

github.com/KronicDeth/intellij-elixir - 5b387ffec6fe736d19876f68b2364c869fedc15a authored almost 10 years ago by Luke Imhoff <[email protected]>
Quote char list heredocs with proper alignment

Strip white prefixed before closing `'''` from other lines in the
CharList heredoc.

github.com/KronicDeth/intellij-elixir - 195ac52c77f6ec35fb0b8efc07b25d6da7114c1f authored almost 10 years ago by Luke Imhoff <[email protected]>
Ignore downloaded files for JFlex generator

github.com/KronicDeth/intellij-elixir - 4bd3be5c2656d5f1d1facf65c35ea1fefcbae01c authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting of minimal CharList heredoc

github.com/KronicDeth/intellij-elixir - 016c03e2370eb69068f7b65a42f4d16dcdbb9161 authored almost 10 years ago by Luke Imhoff <[email protected]>
Refactor Quoter

Break up long methods into smaller methods and pull up pieces common to
"ok" and "error" returns...

github.com/KronicDeth/intellij-elixir - 9e28bd80f7918a837c4ac70418ccd56d55713ef0 authored almost 10 years ago by Luke Imhoff <[email protected]>
Set project SDK

github.com/KronicDeth/intellij-elixir - 942860eb7ba2c8fb3cdbcd157807900171aba689 authored almost 10 years ago by Luke Imhoff <[email protected]>
Update CharListHeredoc testData

github.com/KronicDeth/intellij-elixir - f9b7938bcadfc33fdfdcd8c1a57d72716b732faa authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quote around error in obsolete binary numbers with no digits

github.com/KronicDeth/intellij-elixir - 72ccf2280cb0d48727ae3b6bcc88e89553117b10 authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoted around error with invalid digits in obsolete binary number

github.com/KronicDeth/intellij-elixir - 2d10d7b894829346b7206c9d8c4400d3effbe047 authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoted around error for no digits in binary number

Add PsiWhiteSpace to unquoted classes. Added helper method, isUnquoted
to iterate through UNQUO...

github.com/KronicDeth/intellij-elixir - 4498fc34247c2158c1b8aef2e0c4c12e749182e7 authored almost 10 years ago by Luke Imhoff <[email protected]>
test parsed and quoted around error for invalid binary digits

github.com/KronicDeth/intellij-elixir - a4b565f3a0e7fb1e5d52de6ce63ef668403c97ad authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting of mixed binary numbers

github.com/KronicDeth/intellij-elixir - fe596b95d52ac88d0ef79c3fe4e856b9fd099372 authored almost 10 years ago by Luke Imhoff <[email protected]>
Test parsing of valid digits for obsolete binary whole numbers

github.com/KronicDeth/intellij-elixir - b07e2b1ddd0c3432744ca00f8e387a6ec30dbfc5 authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting of binary whole numbers with valid digits

github.com/KronicDeth/intellij-elixir - 4853e5a55dbf3b0c2d017cfc5e0e3019d72d48a0 authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting of single quoted atoms

Adding `quote` to `ElixirCharList` and `ElixirInterpolatedCharListBody`.

github.com/KronicDeth/intellij-elixir - 2ecfcf02c1bfd0674ecb03c1051c3090a2b47c5a authored almost 10 years ago by Luke Imhoff <[email protected]>
Check quoting for Double Quoted Atoms

Covers quoting for string with just fragments and strings with
interpolation containing another ...

github.com/KronicDeth/intellij-elixir - 9b7ad3b41c10d6f3adfc2ccbb771935e4e71493e authored almost 10 years ago by Luke Imhoff <[email protected]>
Check quoting of operator atoms

github.com/KronicDeth/intellij-elixir - 2800080e7b437ca7d8e99236a97b90a8df5fa2bb authored almost 10 years ago by Luke Imhoff <[email protected]>
Extract doParsingAndQuoting

Combine `doTest(true)` followed by `assertQuotedCorrectly()` as
`doParsingAndQuoting`. Can't be...

github.com/KronicDeth/intellij-elixir - d1e94587745562ee41cd2640aec4a154e5170fba authored almost 10 years ago by Luke Imhoff <[email protected]>
Add javadoc to project

github.com/KronicDeth/intellij-elixir - 25cd303f4452d707fcc00b91255e587e8722945e authored almost 10 years ago by Luke Imhoff <[email protected]>
Extract assertQuotedCorrectly to org.elixir_lang.intellij_elixir.Quoter.

Extract asssertQuotedCorrectly from AtomParsingTestCase and put it in
org.elixir_lange.intellij_...

github.com/KronicDeth/intellij-elixir - ec71a65ed4f5042fab1574081a6bc9fb4f7d3b11 authored almost 10 years ago by Luke Imhoff <[email protected]>
Simplify text lookup

Remove checks already implemented in `doTest(true)`.

github.com/KronicDeth/intellij-elixir - 47734b1568b7f9be32dfc6e9f9f90a7470b5703d authored almost 10 years ago by Luke Imhoff <[email protected]>
Quote and verify literal atoms

Instead of having to run `Code.string_to_quoted` manaully to check that
Elixir.bnf generates the...

github.com/KronicDeth/intellij-elixir - 468129043452cdd471cd1885b5aa322d08d327dc authored almost 10 years ago by Luke Imhoff <[email protected]>
Update atom tests

Update testData due to making matchedExpression and accessExpression
private.

github.com/KronicDeth/intellij-elixir - 2fc2552d5a24728df45cedfe8e1769cc2819bbd1 authored almost 10 years ago by Luke Imhoff <[email protected]>
Make accessExpression private

accessExpression has no meaning in the quoted form, so don't have it be
a public rule.

github.com/KronicDeth/intellij-elixir - 2e6d8041796099435ebc4fd881d817884c9e16dd authored almost 10 years ago by Luke Imhoff <[email protected]>
caretAliasMultiplyCaretAliasMultiplyCaretTailExpression tests

github.com/KronicDeth/intellij-elixir - f123151644e18794dba98d913701e141140529e6 authored almost 10 years ago by Luke Imhoff <[email protected]>
caretAliasMultiplyMatchedExpression tests

github.com/KronicDeth/intellij-elixir - dbcebfbf23141662f32cb73ed0f9320ccca837fd authored almost 10 years ago by Luke Imhoff <[email protected]>
caretAliasMultiplyTailExpression tests

github.com/KronicDeth/intellij-elixir - 27504c5931d4299426a65fbc3ec101eb4dd8a330 authored almost 10 years ago by Luke Imhoff <[email protected]>
multiplication using expression + left operation

Extend the new pattern for hat to multiplication.

github.com/KronicDeth/intellij-elixir - b3bae146967c07278813662d3ae50c74ccdfdc13 authored almost 10 years ago by Luke Imhoff <[email protected]>
matchedExpression tests

github.com/KronicDeth/intellij-elixir - 26bf39503cea28bd84e6ca248530fd45c267d4ba authored almost 10 years ago by Luke Imhoff <[email protected]>
tailExpression tests

github.com/KronicDeth/intellij-elixir - 2ef833ab52cef1041693796be369aec019314ae0 authored almost 10 years ago by Luke Imhoff <[email protected]>
caretMatchedExpression tests

github.com/KronicDeth/intellij-elixir - 4f1d93f382a8364ceb627cf6915748da5238482b authored almost 10 years ago by Luke Imhoff <[email protected]>
caretTailExpression tests

github.com/KronicDeth/intellij-elixir - fb15338f49d41f67e5cf551c0c8f6c0d9c0d2ebf authored almost 10 years ago by Luke Imhoff <[email protected]>
caretAliasHatMatchedExpression tests

github.com/KronicDeth/intellij-elixir - 0bddc20f0d5fcfff5368b515a721df24ae488377 authored almost 10 years ago by Luke Imhoff <[email protected]>
caretAliasHatTailExpression tests

github.com/KronicDeth/intellij-elixir - 7699537f6af14e27c8d9716f3e5accd569d33329 authored almost 10 years ago by Luke Imhoff <[email protected]>
caretAliasHatCaretMatchedExpression tests

github.com/KronicDeth/intellij-elixir - 445cb57f8f6a85492fbcee1eb4f47111e1958dca authored almost 10 years ago by Luke Imhoff <[email protected]>
caretAliasHatCaretTailExpression tests

github.com/KronicDeth/intellij-elixir - c463a1d0294e595e8eabd66d8a163ec7661da6dd authored almost 10 years ago by Luke Imhoff <[email protected]>
caretAliasHatCaretAliasHatMatchedExpression tests

github.com/KronicDeth/intellij-elixir - 66c7ed1c5b03cf8c152f6d22ed75a170ac15afd1 authored almost 10 years ago by Luke Imhoff <[email protected]>
caretAliasHatCaretAliasHatTailExpression tests

github.com/KronicDeth/intellij-elixir - 63543cac32fde3c266a4dd8901909a08e81815db authored almost 10 years ago by Luke Imhoff <[email protected]>
caretAliasHatCaretAliasHatCaptureMatchedExpression tests

github.com/KronicDeth/intellij-elixir - dbfe48818f145b659b99cc5aa7f56fc7abe39838 authored almost 10 years ago by Luke Imhoff <[email protected]>
caretAliasHatCaretAliasHatCaptureTailExpression tests

github.com/KronicDeth/intellij-elixir - 456ae9610d84ccd53315dee60ed156e7aba6f758 authored almost 10 years ago by Luke Imhoff <[email protected]>
Update caretAliasHatCaretAliasHatCaretMatchedExpression testData

github.com/KronicDeth/intellij-elixir - 2ac96b92ab5fc950f85c1b5f9a5cb6face4b8607 authored almost 10 years ago by Luke Imhoff <[email protected]>
Convert to left operations to match left-associativity of quoted form

Convert hat, unary, and at to be expressions for their precedence, but
operation when the operat...

github.com/KronicDeth/intellij-elixir - c34ff83bcedf385eee79d6a9a3283045a2902300 authored almost 10 years ago by Luke Imhoff <[email protected]>
Fix caretAliasHatCaretAliasHatCaretTailExpression tests

Temporarily make matchedExpressionHatExpressionOperation the
expressionRoot to fix the test errors.

github.com/KronicDeth/intellij-elixir - e53ca8b123017b6f1be412d9c9678aa5c30983de authored almost 10 years ago by Luke Imhoff <[email protected]>
Failing caretAliasHatCaretAliasHatCaretTailExpression tests

The matchedExpressionHatMatchedExpression matches outside of
matchedExpressionHatExpression, so ...

github.com/KronicDeth/intellij-elixir - 13ff2fc8737da1979cb43e5485116d2dcc5fcea2 authored almost 10 years ago by Luke Imhoff <[email protected]>
caretAliasHatCaretAliasHatCaretMatchedExpression tests

github.com/KronicDeth/intellij-elixir - 9393eef09eaa7a444ed7d106177cecdda50de691 authored almost 10 years ago by Luke Imhoff <[email protected]>
captureMatchedExpression tests

github.com/KronicDeth/intellij-elixir - bad156b32b99295732b733f060f191659183d0a7 authored almost 10 years ago by Luke Imhoff <[email protected]>
captureTailExpression tests

github.com/KronicDeth/intellij-elixir - 21386a04a885bee527fa8f8c54c04c01788bd8d2 authored almost 10 years ago by Luke Imhoff <[email protected]>
captureAliasHatCaptureTailExpression tests

github.com/KronicDeth/intellij-elixir - b99e62d80a20cb23c5ea27d48ec789733d3815e4 authored almost 10 years ago by Luke Imhoff <[email protected]>
Always use captureExpressionPrefixOperation

Remove captureMatchedExpressionPrefixOperation and use
captureExpressionPrefixOperation in its p...

github.com/KronicDeth/intellij-elixir - 821cd28b109a7a2d24d7ba514bef0f2349e49f64 authored almost 10 years ago by Luke Imhoff <[email protected]>
Use captureMatchedExpressionPrefixOperation in captureMatchedExpressionOperation

github.com/KronicDeth/intellij-elixir - 13335a6709d82ac4442a3af85055f6feb973adcc authored almost 10 years ago by Luke Imhoff <[email protected]>
Fix atMatchedExpressionPrefixOperation test

Typos for OpeningParenthesisSemicolonClosingParenthesis in test method
name and testData .ex name.

github.com/KronicDeth/intellij-elixir - d45e9f2c6b330fbaeeab4dea6a269397f984c667 authored almost 10 years ago by Luke Imhoff <[email protected]>
captureAliasHatCaptureAliasHatCaptureMatchedExpression tests

github.com/KronicDeth/intellij-elixir - 604e26354a084ba97ba22d2105d94eec51120038 authored almost 10 years ago by Luke Imhoff <[email protected]>
cpatureAliasHatCaptureMatchedExpression tests

github.com/KronicDeth/intellij-elixir - ea1ffa0eb6cd7a3e081ee90f6ca98ad8f49bb17c authored almost 10 years ago by Luke Imhoff <[email protected]>
tildeTildeTildeMatchedExpressionPrefixOperation tests

github.com/KronicDeth/intellij-elixir - 83437ee3e95758b6c7ac344e1bf4a3af9cb8a82f authored almost 10 years ago by Luke Imhoff <[email protected]>
notMatchedExpressionPrefixOperation tests

github.com/KronicDeth/intellij-elixir - aa946adde32ec8bb6d6dfe3ef22713b37f737d5e authored almost 10 years ago by Luke Imhoff <[email protected]>
exclamationMatchedExpressionPrefixOperation tests

github.com/KronicDeth/intellij-elixir - a3a6178ceffa3de64130cdd31655243eced7ddd2 authored almost 10 years ago by Luke Imhoff <[email protected]>
caretMatchedExpressionPrefixOperation tests

github.com/KronicDeth/intellij-elixir - 06114e478b88d89c2baa1ec8a1a45204a7fd5db8 authored almost 10 years ago by Luke Imhoff <[email protected]>
tildeTildeTileExpressionPrefixOperation tests

github.com/KronicDeth/intellij-elixir - 03c25062688dbfe2baf0f1629c6fed7720304976 authored almost 10 years ago by Luke Imhoff <[email protected]>
notExpressionPrefixOperation tests

github.com/KronicDeth/intellij-elixir - 8db976f1e39f010748da19c91e60b05541c62474 authored almost 10 years ago by Luke Imhoff <[email protected]>
caretExpressionPrefixOperation tests

github.com/KronicDeth/intellij-elixir - 32ebb7d585385ed979fdc2bac04c7660711320bb authored almost 10 years ago by Luke Imhoff <[email protected]>
exclamationExpressionPrefixOperation tests

github.com/KronicDeth/intellij-elixir - 9094bd34e7ac248622ca36dc69cff8c67f6e7ce7 authored almost 10 years ago by Luke Imhoff <[email protected]>
atMatchedExpressionPrefixOperation tests

github.com/KronicDeth/intellij-elixir - dc0b308bc22519a1c57787a7da300054200a2a5e authored almost 10 years ago by Luke Imhoff <[email protected]>
atExpressionPrefixOPeration tests

github.com/KronicDeth/intellij-elixir - 8f2add8bb05c6956e4365aecaab083ff98a3c828 authored almost 10 years ago by Luke Imhoff <[email protected]>
Ignore shelf patches

github.com/KronicDeth/intellij-elixir - f7e860e059c1d94e3a03cadb208357c48ef256e3 authored almost 10 years ago by Luke Imhoff <[email protected]>
Add missing `extends =`

Missed adding `extends =` before `captureExpressionOperation` in
`captureExpressionPrefixOperati...

github.com/KronicDeth/intellij-elixir - 844dfd93aa24e3c31be4449c07424a57176e971e authored almost 10 years ago by Luke Imhoff <[email protected]>
matched + tail -> matched + expression

Instead of having completely independent matchedExpression and
tailExpression hierarchies, have ...

github.com/KronicDeth/intellij-elixir - 85069e22cec0fb99c36b5c7b85c1f3ea14320085 authored almost 10 years ago by Luke Imhoff <[email protected]>
Restructure roots to allow noParenthesesExpression in tail

The Pratt parsing triggered by matchedExpression had built in error
handling pinned to the opera...

github.com/KronicDeth/intellij-elixir - 0edf4f15a7801ae2eef31067fa9bb0bff3179864 authored about 10 years ago by Luke Imhoff <[email protected]>
Convert matchedExpression to new operation naming schema

Convert to naming in order of operator and operands as they appear in
the rule to match format a...

github.com/KronicDeth/intellij-elixir - c440cc515f3d0349c560e3cc33fac45170ead4de authored about 10 years ago by Luke Imhoff <[email protected]>
Update SDK for IntelliJ 14

github.com/KronicDeth/intellij-elixir - 5de965ec140a15a4f40a84b6c4b3643c9f5e0a64 authored about 10 years ago by Luke Imhoff <[email protected]>
matched_expr -> matched_expr no_parens_op_expr

When translating `matched_expr -> matched_expr no_parens_op_expr` and
using `Code.string_to_quot...

github.com/KronicDeth/intellij-elixir - 891f6307dffe64a13e809fa0ae1274a92eda1e4e authored about 10 years ago by Luke Imhoff <[email protected]>
Update changelogs

github.com/KronicDeth/intellij-elixir - 6a233eba68074dec694a22882692589e81a83b83 authored about 10 years ago by Luke Imhoff <[email protected]>