elpasync pushed a change to branch elpa/swift-mode. at 800efe2 Fix tags of customization
This branch includes the following new commits: new 63eae17 Initial commit new 29857ae Add initial files new cbb19f2 Add basic font-locking new 8e72839 Add basic syntax table new 272473b Remove currently unused mode map new 654d5e2 More work on font locking new 3caacf3 Highlight attributes and _ wildcards new 7e3bb8e Add package deps new 00001ea Fix keywords list new 5274877 Add single-line comments to syntax table new d110515 Font lock tweaks new e90cf5e Set comment vars new f39c05b Tweak comment syntax new c8f1dbd Update readme new bb506d0 Add flycheck-cask to dir-locals new 48a3a25 Correctly font-lock backtick-enclosed identifiers in let bindings new befeb2a Highlight bools and nil as constants new 741859e Add `convenience` to language keywords new fdc576f Fix for older Emacs(< 24.3) new 8d2720b Add autoload token new 592a33f Copy syntax table from rust-mode. new 19a61d9 fixup! Copy syntax table from rust-mode. new 142c7db Merge pull request #7 from syohex/fix-for-older-emacs new d02e2dc Update contributors new c4943a8 Add to auto-mode-alist new 2ca1425 Remove ackrc and travis yaml for now new 28c5b54 More improvements to comment handling new 406f2ba Mention Emacs version in readme new cb745d5 Define basic indentation command. new 0bf214b Update readme new 760710c fixup! Update readme new ec9243c Tweaks to indentation new 71e3d6f Remove unneeded infrastructure new 8e69064 Mention package.el as an installation option new 0ad90f8 Fix a typo new 0344f63 Merge pull request #11 from bbatsov/patch-1 new 7df8b6d Remove dash.el dependency. new 9b367fe Remove duplicate in keywords list new adb3c13 Restore Emacs 24.1 requirement new 6546ad5 Fix auto-mode-alist regex new 90802b5 Use lexical scoping new 09b50fa [Fix #12] Merge mode code in a single file new 561cacb Code style new ab5e170 Add a few links new cfb3a6f Setup some basic code style conventions new 1b3ebe8 Remove obsolete require new 3d1cfcc Clarify manual installation new 8641ebc Mention old-school installation method new bf224ad Organize links new 89ce39c Format file sections new 490ab34 Simplify indentation command new a44a755 Add docstrings for internal indent commands new c882c70 Replace `if` exprs with `when` exprs new e46584a Add @bbatsov to contributors in readme new ead0ae5 Fix spelling error in readme new 66bfbc5 Add indentation tests, add makefile runner task new 90cdeb5 Configure travis new 396f297 Fix test docstring typo new 7ea5f66 Fix markdown formatting typo new 5f97c99 Add tests new 62276c3 Indent cases in enums new 6553249 Rename predicate (add question mark) new 9714a0c Fix docstring typo new 821d9af Make switch-case indent offset customisable new c3a0a66 Fix custom variable types new a17f9e8 Rename predicate functions ('?' -> -p) new 0f99a5a Tweak docstring to supress checkdoc error new ff32221 Add font lock tests new fc009b5 Add font locking for indentation tests new 5adb37d More indentation tests new ae32a8b Add basic imenu support new cd0aa34 Adding flycheck plugin for syntax check with swift cli fixes #4 new e733088 Merge pull request #20 from ap4y/flycheck_plugin new 34be010 Update features in readme new 98b627a Add @ap4y to contributors new d136303 Adding support for Swift REPL via comint-mode new 286c4b8 Merge pull request #21 from ap4y/feature_repl new 8dc7eb9 Clean up after pull request new 14c6bdd Add swift repl commands to mode map new 69b8934 Update readme new 60956cb fixup! Add swift repl commands to mode map new 5aa4010 Replace if not with unless new e0fba71 repl -> REPL new 812b4f6 Remove redundant hook definition new 3a82dd5 Add mode menu new a8fa421 Use a more descriptive map variable name inside its definition new 7e77211 Remove redundant autoload new 48cbf55 Extend a bit installation instructions for package.el new c9c1271 Make flycheck work with multiple sources new 027522d Merge pull request #23 from ap4y/flycheck_improvements new a092adc Return default paragraph definitions. new cfbc318 Merge pull request #24 from ap4y/fix_paragraph_movements new 86043c2 Define electric-indent characters new b298842 Merge pull request #26 from ap4y/electric_indent new 32e08b3 Add initial implementation of smie based indentation new bbd8f91 Add tests for all implemented smie grammars new 8fc94c7 Merge pull request #25 from ap4y/smie_indentation new 4ac4ea3 Add font-lock for declaration expression with destructuring new 20e4ecf Merge pull request #27 from ap4y/highlight_declaration_with_destructuring new 53f9042 Rename swift-mode--font-lock-defaults to swift-font-lock-keywords and compose list using list quote new b1334e1 Highlight interpolation expression via syntactic fontification new 889586c Merge pull request #28 from ap4y/highlight_interpolation new 0c908ad Remove an outdated statement about the indentation code new 021f0ab Remove flycheck code from .dir-locals.el as not everyone has flycheck installed new 72eb603 Use semver friendly version number new 699e896 Start work on the 0.2 series new 18e1e4a Highlight attributes as keyword new 8be19fb Highlight self and super as keyword new d053d31 Use greedy regex in interpolation highlighting to prevent issues with expression nested in function calls new 1dfb1a5 Add indent rules for function declaration with attributes new 07f6434 Fix indentation issues with type annotations new 0c734dd Indent multiline hash and array syntax same way as Xcode does new b0f5d13 Make commas non sticky, fixes indentation issues with optionals and implicit unwrapping new ecb8a87 Use different lexer rule for case statement in enum to fix issues with statements indentation inside enum declaration expression new 0fcf3ab Restructure test for multi-line hash in method call to test against case compatible with emacs <24.4 new ca6437a Merge pull request #29 from ap4y/master new 41d38bd Clarify syntax table for syntactic fontification. Remove comment about rust-mode. new 07780b4 Merge pull request #30 from ap4y/syntactic_fontification new 37fb4d0 Release 0.2.0 new 98556c1 Start work on version 0.3 new 6abb788 Add keywords header new d77b2df Enable nested flag 'n' for C-style multi-line comments new 79622d7 Merge pull request #32 from ap4y/fix_nested_multi_line_comments new 7826550 Fix code alignment new 1a1d81c Improve font-lock regex for string interpolation new 27b93dd Merge pull request #34 from ap4y/string_interpolation_improvements new a028f68 Add "_" to the allowed symbols in string interpolation expression new e168b34 Don't use implicit semicolon for multi-line dot expressions new b43c1e2 Merge pull request #38 from ap4y/fix_36 new abd6e07 Merge pull request #39 from ap4y/fix_37 new 2593659 Improve indentation for multi-line dot expression with dot positioned on the second line new 835c3d3 Merge pull request #40 from ap4y/improve_37 new dd8f793 Make multi-line dot statement offset customisable value new 18ea989 Merge pull request #42 from ap4y/customizable_multiline_dot_statement new 4059bc1 Add dot(.) to the allowed symbols inside string interpolation new 2eb3952 Merge pull request #45 from ap4y/dot_in_string_interpolation new ee83a1d Rename swift-indent-multiline-dot-offset to swift-indent-multiline-statement-offset new c08c3a1 Define dot-exp smie rule as combination of ids rather than expressions new 5e3ab8c Apply swift-indent-multiline-statement-offset to the multi-line statements with hanging operator new 2d478bf Merge pull request #46 from ap4y/multiline_op_statemenets new ce72472 Make all possible operators allowed in string interpolation new 773219a Treat default clause for case statement as a whole with colon in bnf grammar new 4e615b7 Merge pull request #50 from ap4y/string_interpolation_all_op new c664fc2 Merge pull request #51 from ap4y/fix_default_case_indentation new 88a83ad Apply DECSPEC token class only for functions new 9b6f599 Apply swift-indent-offset to multi-line class definitions new d42c53c Use semantic smie function instead of regex for multi-line dot expression indentation new 4286ff9 Merge pull request #52 from ap4y/fix_47 new 1753f23 Merge pull request #53 from ap4y/improve_smie_dot_exp_rule new d7b13b0 Convert targeted sdk flycheck option from list to string new c73d653 Use correct function from cl-lib new 34f0c95 Correct source argument extraction in flycheck checker new c8cdb81 Shortcut linked sources flycheck logic when corresponding variable is nil new b5bfbe0 Don't active flycheck checker by default new 9c716c1 Update README new fc64626 Merge pull request #56 from ap4y/fix_flycheck_issues new 8492a3d Update copyright new e09694f Release 0.3.0 new 9cf667c Start work on 0.4 new 67fd6a9 Fix indentation of multiline operator expressions new cba4538 Merge pull request #61 from ckruse/fix_55 new 4b6d6f1 Add ckruse to the Acknowledgements in README new a3caf1d Change '_' character class to 'symbol constituent' new 5611c0f Updated syntax: a lot of attributes moved to keywords new fca914a Merge pull request #63 from ckruse/updated_syntax new 8db040e fix: underscores are word characters (Word constituents) new 5675e1f Merge pull request #65 from ckruse/fix_64 new b0fea47 Fix eval-after-load problems when byte-compiled. new 3298fb1 Stop overriding user preferences for tab-width. new 0808a2b Add font-lock rules for access modifier keywords new 0ad5865 Merge pull request #71 from ap4y/access_modifiers_font_lock new 250e8e4 Merge pull request #67 from jmibanez/fix-flycheck-and-byte-compilation-bug new 94d687d Add required ELPA source new 52045f0 Fix issues with several failing tests on emacs 24.4 new 230afd3 Setup travis matrix with emacs 24.3 and 24.4. new e859716 Merge pull request #75 from ap4y/test_against_24_4 new 2a21e1b Add ternary operator smie grammar new f2b923e Improve case statement grammar new 0f57a7d Add lexer rule for ":" token. new 69289fe Lexer improvement: don't use implicit semicolon when ":" and "?" token is a last or first symbol on the line. Important for ternary operator. new d27b851 Add indentation rules for ternary operator new 641681a Fix small typo in comment string new 2b17f71 Improve grammar and lexer to support access modifier in class definitions new 2d0194e Correct several indentation cases for class defitinion new cac2884 Add lists to the "type" grammar new f8190d6 Extract function into separate grammar and add return typo to the function header grammar new fb2f48e Add rule for assignment expression new 75aa277 Add separate lexer rule for return type arrow symbol "->", prevent overlap with generics token new a6267eb Improve indentation for the function definitions new adfe341 Add grammar for the protocol definitions new 1c4253b Improve indentation for nested hash/array statements new 01bcc35 Improve grammar for functions and contraint protocols grammar to function declarations new 20134ed Use postive lookahead for declaration specifier lexer rule new 302e83d Distinct generic type parameter from ">" operator when checking for implicit semicolon after operators new 73cdda9 Don't put implicit semicolon after "(" new 5fabebd Improve indentation rules for function arguments new ebc60c8 Make closure block in function argument close at the offset 0 new c09229a Use semantic hanging-p function instead of custom regex when checking for the last token on the line new c2c3c01 Improve support for optional types new 5c31636 Treat default token as case token new 4ab5f7f Add implicit semicolon rule for ?? operator new 7a7038b Remove supported for trailing dot in multi-line expression (invalid swift code) and improve support for several form of multi-line expressions new fd228c0 Improve lexer rule for disctinction between case in switch and enum statements new 1122ab9 Add grammar rule for return statement in function new f193a82 defcustom types for swift-indent was incorrectly set to intergerp new 3026464 Merge pull request #79 from dougbeal/fix-custom-types new d6483e1 Add ?? to the lexer rule for operators new 38933b9 Don't use implicit semicolon when operator is placed on the second line of multiline expression new a60e3fa Don't indent chain of operators multiple times new 9e6c538 Correct DECSPEC regex and lexer rule new 4bdbc23 Normalize indentation for function declration with argument list on the second line new d0c65bc Fix bug with the closing parentheses in method calls and function declarations with multi-line arguments new 2c67d92 Fix indentation of the closure arguments inside parentheses new 782378c Correct regex in lexer for the "default" keyword new e539ba6 Improve support for the multi-line case statements new c38b721 Support default values for arguments in function declaration new cf219aa Improve indentation of the nested arrays and dictionaries new 5a858c7 Improve indentation of the array and dictionary expressions new 107195e Improve lexer rule for generics with optional or implicit unwrapping new cdf7ad4 Fix indentation issues with deep nested if cluase new 462ea17e Improve closures grammar and add several related indentation rules new 2cb54c9 Make grammar for if statement a bit more precise new f42752b Respect comments when calculating position of the implicit semicolon new 9941c27 Bring failing tests for #81 contributed in #82 by @dougbeal new b6bad10 Set minimum required version to 24.4 new 95e753b Disable testing against emacs 24.3 new 195d040 Merge pull request #76 from ap4y/batch_smie_fixes new 4ae6cc2 Fix indent when after comment new 655bd60 Fix indent in trailing closure new 4a27477 Merge pull request #89 from uk-ar/fix-indent-in-trailing-closure new 68a3a29 Support for choosing framework search paths. new dbf48a1 Merge pull request #90 from nathankot/flycheck-framework-search-paths new a2f5b33 Fix indent when operator hanging after comment new e898e7e Merge pull request #91 from uk-ar/fix-indent-with-hanging-operator-after-comment new 4289bd7 Fix implicit semicolon rule new a1d7a06 Merge pull request #88 from uk-ar/fix-indent-after-comment new e6f1a3c More configurability for flycheck new 3e8befa Merge pull request #92 from apiology/more_flycheck_option_vars new a29398b Fix half-open range operator new 8e0f8d6 Merge pull request #94 from wiruzx/new-range-operator new 7f25806 Add as! operator new 17bf117 Merge pull request #95 from wiruzx/add-as!-operator new 69783af added guard statement new fd9ed20 Modify indents around comma to meet Xcode spec new cb7ba6f Add an option for indent after hanging comma new b4b56f6 Merge pull request #99 from uk-ar/fix-indents-around-comma new 86339ed Fix curly bracket's syntax table to enable electric-pair new 31fb250 added elseguard to lexer new 071cd18 Merge pull request #100 from uk-ar/enable-pairing-for-curly-bracket new 5e7d1b9 Update swift-mode.el new a2c0b6a Merge pull request #98 from akoaysigod/master new b3af0b0 Constraint all look backs to the reasonable amount of lines new ae4f08b Correct implicit semicolon rule for in keyword new 3aa3dcd Add test code for checking tokens new 7cefd8c Fix token for generics new 7709e04 Fix token for DECSPEC new c51eaf8 Fix token for ! & ? new d047843 Fix token for : new f94e437 Fix wrong offset for multiline new b97b570 Fix indent rule for '(' and pass all test new ba39552 Fix test failure on travis new 00393f7 Merge pull request #103 from uk-ar/fix-lexer new 37cab39 Improve indentation for switch and class statements new ed1ed46 Add test for forward-sexp new 7169a3b Fix class when empty (no insts) new a3377bf Fix forward-sexp test by adding brackets new 228b50c Fix case-: for multiline case-exps new e5f28f8 Fix case-: for default new 52a01b1 Add test case for backward-sexp new ce816a8 Fix backward-sexp test by adding brackets new 85e05ea Merge pull request #105 from uk-ar/fix-move-by-sexp new 391752f Add test case for forward-list & backward-list new 7ffd59d Fix forward-list test by adding brackets new 0185315 Merge pull request #107 from uk-ar/fix-forward-list new 3ce22b1 Remove needless code new c40887e Merge pull request #108 from syohex/remove-needless-code new ade8e95 Use with-eval-after-load instead of eval-after-load new a3bcb19 Merge pull request #109 from syohex/with-eval-after-load new 3aec61f Update Emacs version requirement in README new 4d90ca5 Merge pull request #110 from lunaryorn/patch-1 new 6793bd9 Indent according to operators precedence new add2ae9 Merge pull request #111 from uk-ar/indent-according-to-prec new 3931734 fix multi-line expressions new e5b569e Add keyword for attribute new 8889a6a Merge pull request #112 from uk-ar/fix-multiline-expressions new 27ec163 Merge pull request #113 from uk-ar/add-keyword-for-attribute new 064d4ee Update acknowledgments section in readme new 1f39b11 Fix indent for ternary operator new 5c09b07 Merge pull request #114 from uk-ar/fix-indent-for-ternary-operator new f43317e Add MELPA badge in README new c303245 Merge pull request #115 from uk-ar/add-melpa-badge new 73abb98 Use cl-lib function instead of cl.el one new b7cc115 Merge pull request #116 from syohex/use-cl-lib new cfaeaff Update MELPA URL new 7fc03bf Merge pull request #119 from syohex/update-url new e9648b1 Use .el for file extension in distributed package. new a5e1acf Merge pull request #122 from N4tr0n/make-install-fix-issue120 new d614017 Update copyright years new 4e9da69 Release 0.4.0 new 1563e8b Bump the development version to 0.5.0-snapshot new c73ce40 Update README.md about swift3-mode new b6f3664 Update a few URLs new 0cb5e13 Improve some wording new 9471669 Merge taku0/swift3-mode new 787658f Update CONTRIBUTING.md new cad72a1 Fix a link in README.md new 0e24233 Fix forward/backward-sexp inside comments new 60dab9b Update test to return informative exit status new 174bccc Tweak .travis.yml new 848d088 Fix indentation after attributes with arguments new f9f4bc5 Fix `beginning/end-of-defun` new 9211980 Bump version to 2.1.2 new 3d27871 Tweak README.md new 2955e8f Simplify indentation for commas new 9c180cf Fix testing error when running the test twice interactively new b135df3 Fix output messages of the test new 0a75736 Fix indentation new 01a1127 Fix indentation before "where" new 7837c90 Fix indentation around "where" and "catch" new ab9f414 Fix indentation of close curly brace of switch new c1f7ec2 Fix indentation of switch-case body new 42a209c Fix indentation of guard new 86eb49c Fix indentation of for-in new 7423f68 Simplify code new b6512fa Fix indentation of attributes new 97d86cd Tweak test runner new 193de68 Fix end-of-defun at eob new ea77cf9 Add comments new c659c45 Highlight anchor point for debugging. new 1d43501 Fix indentation of attributes at begging of the buffer. new f03db1a Fix indentation of switch. new aa49efa Fix indentation of switch. new f755479 Fix anchor highlighting new 0b1f29d Fix indentation of setter new a07be7a Fix `swift-mode:beginning-of-defun` new 7e78225 Bump version to 2.2 new 78cea9d Improve CI new b6d0351 Fix indentation of switch new 63580e8 Speed-up indentation for colon new 58f31cc Speed-up indentation for colon new 812d202 Fix REPL prompt corruption new 6cd2948 Bump version to 2.2.1 new 42669da Fix indentation for keywords used as parameter names new a489024 indent-new-comment-line: Inherit slashes from the previous line new 75cbae2 Bump version to 2.2.3 new 0cab4b2 Fix indentation for catch blocks without patterns new e91e924 Bump version to 2.2.4 new 1868590 Add build/debug command new 92f8eba Update README.md new 9892096 Bump version to 2.3.0 new 2cd111f Fix indentation of multiline strings new a6d00b5 Simplify code new 3bcdf32 Add more keywords with number sign new 55ea958 Fix syntax error new d59cae7 Fix indentation of string interpolations new 030b1b8 Update documentations and wordings new 50394e4 Bump version to 2.4.0 new 59dcd60 Fix errors in 24.4 new 56ee9b2 Add comment style option new e3cb72b Fix `swift-mode:forward-sexp` for `up-list` and `down-list` new 82ee822 Fix code styles new 99ff376 Improve functions related to defuns new e8d9a5d Bump version to 3.0.0 new 75f5214 Cleanup code new d68af3c Update copyright new 5448098 Improve functions related to defuns new 5df00bc Fix typo new e58e4e0 Tweak test new 1167fec Fix comment new ea029a0 Suppress implicit semicolons inside interpolated expressions new 19e6974 Abstract syntax-ppss new 4b2c628 Add forward/backward sentence new 8d4a5a5 Add kill/mark/narrow-to-sentence new a042764 Fix indentation of comments new b5602c1 Add beginning/end-of-sentence to README.md new 18c3dc4 Bump version to 4.0.0 new ed03fde Refactor tests new 25944c2 Add test for beginning/end-of-defun new 359efc0 Fix indentation of function parameter clauses new 1970f1d Fix `beginning-of-defun' inside class methods new e81ab53 Fix comments new 7a9cf18 Fix beginning/end-of-sentence new 8c45f69 Bump version to 4.0.1 new 089853c Fix typo "identifer" to "identifier" new 27e959e Handle unmatched parens correctly new 69efea4 Add `current-defun-name` new 7739e49 Bump version to 4.1.0 new c67b950 Fixes which-function-mode hang when running swift-mode:current-defun-name in a non swift-mode buffer. new ada5576 Merge pull request #144 from nhojb/which_function_mode_fix new 4e22279 Bump version to 4.1.1 new 9809fb6 Add more comprehensive support for highlighting built-ins new abf3426 Add support for highlighting function calls / properties / enum cases new 560242d Add support for choosing scheme when building/running iOS projects new dba539e Tweak and clean-up font-lock new c56f43c Make faces customizable new 6d4fab5 Move customizations for REPL to their own group new 544c265 Move macro before its use new 3751335 Tweak and checkdoc compliance new 604610d Fix LLDB breakpoint option new dca378a Rename constants new 4c5a1d9 Add support for running on device via ios-deploy new c532c1e Update documents new 6fdb3cd Fix `swift-mode:debug-swift-module` new 7ea1d4e Bump version to 5.0.0 new e229d69 Fix typo new cfbec0a Update copyrights new c48907c Update font-lock for standard library new 0e6b044 Make highlighting symbols in standard library optional new b9ad000 Make customs autoloaded new d2f2f1d Bump version to 6.0.0 new 7f89b8c Change swift-mode:mark-defun to match Emacs 26 new d47bdd2 Fix spell new 07939df Bump version to 7.0.0 new 021fdb1 Tweak mark-defun new fc718a5 Bump version to 7.0.1 new 55ce4e5 Fix command name new d35275b Remove unused variables new 71c82e9 Add compilation before testing new f847923 Highlight more compiler directives new 0b1e5e8 Support raw texts new cde97e2 Bump version to 7.1.0 new 348e153 Change buffer name of REPL new f62cd58 Change standard values for executables new 8a7be9c Use remap for keymap new 2aeef85 Update copyright notice new 7d9aabb Improve support for Imenu new 56e21f8 Simplify autoloads new 60e5cf7 Remove redundant code new 9d948d9 Add parser for function parameters for Imenu new 2e9bdc6 Ignore import declarations in Imenu new 0eca818 Add test for Imenu new 4a56636 Update test data new fa4f491 Add Emacs 25.3 and 26.1 to CI new b2d9cca Fix small bugs new 1362849 Use `seq-mapcat` instead of `apply` '`nonc` and `mapcar` new ddc7ae6 Fix `adaptive-fill-regexp` for multiline comments new 62cf880 Update electric indent inside multiline comments new c862d2c Update test new 049c6d6 Use `assoc-default` new 1759977 Fix typo new 64dff57 Update standard types new 04c8a62 Fix beginning-of-defun hanging at the beginning of buffer new 3b6bdad Bump version to 8.0.0 new b4e0622 Add test for indent of import declarations new 922dc52 Fix code format new be8d770 Fix indentation after `class' modifier new 86f8f62 Bump version to 8.0.1 new fe84a38 Add links to sourcekit-lsp and swift-playground-mode new bd5b2cb Add links to lsp-sourcekit and swift-helpful new 90686cb Add `some` keyword of Swift 5.1 new b260308 Declare local variables new acfc7fd Fix comments new 7954107 Small fixes new a067fe7 Add travis emacs version 26.2 and 26.3 new 1268425 Add links to various formatters new 29759f5 Fix indentation of generic-parameter-clause new 323bb97 Update copyright notices new 2ab9ea1 Bump version to 8.0.2 new 286b46e Highlight #filePath new a84f5c8 Support multi-parttern catch clauses new fa22f12 Add tests for multiple trailing closures new d266fbd Update standard types new 0daff60 Fix unreadable characters appearing in repl prompt new 7d93c75 Bump version to 8.1.0 new e65a80a Support full-indent for switch cases new b93b97e Bump version to 8.1.1 new 5597eaf Avoid max-lisp-eval-depth in font-lock-match-expr new 19d909b Migrate to Eldev new 3bbc38e Update copyright notices new 5eb806b Fix GitHub Action new edec7d5 Suppress a doccheck warning for old versions new cba6718 Exclude 25.1 from GitHub Action new ba4d981 Use seq-contains-p if available new cb6186e Add support for font-lock-negation-char-face new 9757df9 Improve regular expression to avoid false positives new 02a1726 Introduce some font-lock tests new 0bc8d8d Use isAvailable when reading simctl device JSON new abbd06e Fix error on indenting a closing paren outside strings new 95ff004 Fix indentation of closures inside condition-list new 5074a02 Fix font-lock of successive identifiers new 2293e78 Fix indentation of throws without result type new 19c956c Fix GitHub Action new 8f1a697 Fix documentations new fd3c824 Bump version to 8.2.0 new 9676f90 Update CI versions new ad12a30 Remove Cask from README new e9e493e Set `comment-line-break-function` new 4a5f577 Tweak comments and style new db3603a Highlight async/await new 471d158 Highlight actor new f88e1ac Support actor new 23b9227 Support async/await new f614620 Add tests for effectful read-only properties new 370caa7 Update copyright notices new 1b47a09 Bump version to 8.3.0 new 800efe2 Fix tags of customization