summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-01Improve syntax highlighting of Ruby percent literalsJohn Isom
2020-08-01Add rule for % string literals without bracket/style chars; no recurse yetJohn Isom
2020-08-01Add 'else' to auto deindent/align logic in context of 'case' statementJohn Isom
2020-08-01Add 'else' to auto deindent/align logic in context of 'case' statementJohn Isom
2020-08-01Add 'when' to list of keywords that signifies end for `ruby-insert-on-new-line`John Isom
2020-08-01Fill in implementation of `crystal-insert-on-new-line`John Isom
2020-08-01Reorder definition of 3 indent/insert commandsJohn Isom
2020-08-01Implement copying comment char (#) and whitespace after itJohn Isom
2020-08-01Beautify indentation of 'crystal-indent-on-char'John Isom
2020-08-01Fix deindentation of `end` to make it go to the right levelJohn Isom
2020-08-01Fix deindenting nested blocks/statementsJohn Isom
2020-08-01Add rule to align 'end' with opening statementJohn Isom
2020-08-01Add deindentation rule for 'rescue' statementJohn Isom
2020-08-01Add rule to align 'when' to 'case'John Isom
2020-08-01Add support for deindenting `rescue` statment when part of `def` (instead of ...John Isom
2020-08-01Add rule to align else/elsif to opening ifJohn Isom
2020-08-01Replace ') <a-&>' with '1<a-&>'John Isom
2020-08-01Add indenting after starting structure/opening statementJohn Isom
2020-08-01Replace manual whitespace trimming to use function created in prev. commitJohn Isom
2020-08-01Add 'crystal-trim-indent' commandJohn Isom
2020-08-01Remove single quotes from 'execute-keys -draft ...' keysJohn Isom
2020-08-01Collapse 'try %{ execute-keys ... }' blocks to one lineJohn Isom
2020-08-01Wrap all 'indent-on-new-line' commands in 'evaluate-commands -no-hook -draft ...John Isom
2020-08-01Beautify percent string literals highlighters spacing/indentationJohn Isom
2020-08-01Add 'crystal-indent-on-char' and 'crystal-insert-on-new-line' hooks and funct...John Isom
2020-08-01Rename 'crystal-new-line-inserted' to 'crystal-indent-on-new-line'John Isom
2020-08-01Deindent everything in the 'provide-module crystal...' blockJohn Isom
2020-08-01Change 2-space indentation to 4-spaceJohn Isom
2020-08-01Replace cat emojis with section signsJohn Isom
2020-08-01Add section comments to crystal.kakJohn Isom
2020-08-01Add namespacing to crystal hooksJohn Isom
2020-07-31Fix ruby-indent-on-charJohn Isom
2020-07-31Fix alpha of merged facesMaxime Coste
2020-07-31Fix invalid quoting in python.kakMaxime Coste
2020-07-31Fix escaping of single quotes in rust value highlighting testMaxime Coste
2020-07-31Merge remote-tracking branch 'pickfire/rust-highlight'Maxime Coste
2020-07-30asciidoc: Add a highlighters for linksKylie McClain
2020-07-30asciidoc: Add a highlighter for admonition paragraphsKylie McClain
2020-07-30asciidoc: Add a highlighter for [%options]Kylie McClain
2020-07-30asciidoc: Add support for negated attributesKylie McClain
2020-07-30asciidoc: Add a highlighter for list titlesKylie McClain
2020-07-30asciidoc: Add a highlighter for in-word italics as wellKylie McClain
2020-07-30asciidoc: Add a highlighter for attribute referencingKylie McClain
2020-07-30asciidoc: Add comments for clarityKylie McClain
2020-07-30asciidoc: Add a highlighter for in-word boldingKylie McClain
2020-07-30Merge remote-tracking branch 'tmccombs/asciidoc-comments'Maxime Coste
2020-07-30Merge remote-tracking branch 'somasis/asciidoc-bullet-fix'Maxime Coste
2020-07-30Merge remote-tracking branch 'johnisom/deindent-closing-braces'Maxime Coste
2020-07-30Merge remote-tracking branch 'krobelus/highlighting'Maxime Coste
2020-07-30Merge remote-tracking branch 'krobelus/doc-keynames'Maxime Coste