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

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

[nongnu] branch elpa/zig-mode created (now acf3ee8)


From: ELPA Syncer
Subject: [nongnu] branch elpa/zig-mode created (now acf3ee8)
Date: Sun, 29 Aug 2021 11:36:32 -0400 (EDT)

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

        at  acf3ee8   Add GitHub Actions

This branch includes the following new commits:

       new  12fe3c9   Initial commit
       new  fead48b   Initial revision.
       new  0c23862   Aestethics.
       new  52e3e20   README.
       new  c961a6d   noreturn.
       new  ff0bc79   Full symbols.
       new  2842797   Fix builtins. Reorder tables.
       new  9ad0ccf   Indentation is 4 spaces by default.
       new  bc1bed3   Fix package
       new  232bfff   Merge pull request #2 from syohex/fix-package
       new  5b3b772   Removed hook.
       new  e69ebc0   and, or, @panic.
       new  4232704   Rewritten from scratch for better syntax highlighting.
       new  0ed57d8   Minor fixes
       new  1d26390   Merge pull request #3 from purcell/patch-1
       new  9a252eb   Update README.md
       new  fb8d52f   License.
       new  814657c   Update syntax
       new  c298f91   Updated to latest keywords
       new  4f281e4   Changed repository location
       new  7c6323c   orelse, f16, comptime_int, comptime_float
       new  a4f1e11   Just disable syntactic indentation (it's broken)
       new  51a99d1   Add alternate install instructions to the README (#9)
       new  e659a58   Set comment-start and comment-end (for issue #5) (#7)
       new  9bdc960   Support multiline string literals (#8)
       new  c5315ff   Apply font-lock-doc-face to doc comments (for issue #5)
       new  b773127   Initial implementation of indent-line-function
       new  ad9f398   Add some font-lock tests
       new  2879253   Don't let backslashes escape newlines in multiline strings
       new  3778fb5   Make indentation more nuanced (and add more tests for it)
       new  b410d5a   Add AppVeyor config
       new  9c200f4   Add -y flag to apt-get command in AppVeyor install script
       new  f26f5d0   Add "Testing" and "License" sections to README.md
       new  cb485ff   Added anyerror keyword
       new  1f4ebf1   section -> linksection
       new  4542a5d   add imenu support
       new  c2deea8   Merge pull request #14 from mgxm/imenu
       new  87f4f16   Escape ) and ] to avoding breaking Emacs Lisp syntax table
       new  604484c   M-x untabify
       new  3cac32b   Drop #' since it's redundant
       new  a716bdd   Require Emacs v24.3 for setq-local
       new  ef59edd   Prefer Homepage to URL
       new  ab655a9   Add Commentary
       new  77202ac   update syntax keywords
       new  67ad48b   fix multiline string properties rules regex
       new  9dc36e1   move defgroup and defcustom to the beginning of the code
       new  e0bccb1   add zig-format-buffer command
       new  ab46e22   add some zig cli build commands
       new  2acd88f   add zig-mode-map with default keybinding
       new  4eafa60   colorize compilation buffer
       new  b0eb489   [+] Guarantee Unix line endings to avoid compiler 
complaining with DOS carriage return
       new  9d5b439   replace stdcallcc and nakedcc with callconv
       new  64994f1   Merge pull request #17 from xuchunyang/master
       new  0a150f2   Merge pull request #19 from mgxm/fix_multiline_string
       new  9609cc3   Merge pull request #21 from SerialDev/master
       new  fc7fde3   Merge pull request #23 from joachimschmidt557/master
       new  acebfb1   Add anyframe; remove promise
       new  1552e0e   Merge pull request #20 from 
mgxm/feat/add_zig_cli_integration
       new  2c45c45   Merge pull request #24 from joachimschmidt557/add-anyframe
       new  107a67b   Runs `revert-buffer` after formatting on save.
       new  b4ae21a   Merge pull request #26 from Saikyun/master
       new  ad844c3   noasync -> nosuspend
       new  a0dc7dc   Merge pull request #27 from 
joachimschmidt557/add-nosuspend
       new  32aec72   Add previous-line doc comments
       new  f9e5c57   Merge pull request #28 from justjosias/pre-doc-comment
       new  fab1924   fix test regression
       new  f28e0fa   var has been changed to anytype
       new  d885809   Merge pull request #30 from joachimschmidt557/var-anytype
       new  6309295   Hide the *zig-fmt* window when formatting succeeds again
       new  2426668   Remove `this` constant
       new  859a4dc   Use rx macro and add more possibilities for type 
annotations
       new  9ca6876   Quote arguments passed to zig via the compile function
       new  e110c29   Merge pull request #29 from 
joachimschmidt557/test-regression
       new  6d78a6e   Fix appveyor.yml
       new  9b44e04   Merge pull request #38 from mdsteele/appveyor
       new  22187f4   Merge pull request #32 from joachimschmidt557/remove-this
       new  ffaffb7   Merge pull request #31 from 
joachimschmidt557/hide-zig-fmt-window
       new  8df4efd   Merge pull request #33 from joachimschmidt557/use-rx
       new  8721255   Merge pull request #34 from jdpage/shell-quoting
       new  9be8b72   upd: zig test flags
       new  085bd30   Revert "Use rx macro and add more possibilities for type 
annotations"
       new  87841c7   fix broken multiline string highlighting
       new  88b429d   Merge pull request #46 from travv0/master
       new  6a3522f   Merge pull request #45 from joachimschmidt557/revert-rx
       new  6f10653   Merge pull request #41 from dedifferentiator/master
       new  8e0e610   Use (read-only-mode) instead of (toggle-read-only)
       new  68f3fc5   Update the required emacs version from 24 to 24.3
       new  89385d7   Make read-only-mode deactivation/activation explicit
       new  8f59f86   Implement beginning/end-of-defun
       new  d263591   Account for opening brace after newline
       new  b7d9613   Account for braces inside of function parameters
       new  41fa032   Account for paren-wrapped return type
       new  b6abeb4   Add a defvar to define if user wants to return to buffer 
after fmt.
       new  bab3143   Add `zig-test-optimization-mode` and 
`zig-run-optimization-mode`
       new  07efab0   Merge pull request #48 from noisegul/master
       new  909e263   Merge pull request #53 from bbuccianti/master
       new  2d0eb23   Merge pull request #55 from arqv/optim-mode
       new  0b9cddb   Exclude all except fn and test blocks
       new  df572da   Add opaque keyword
       new  1e75c04   Remove irrelevant comment
       new  8ad244b   Merge pull request #54 from ve-nt/feature/begin-end-defun
       new  3e3c0d5   Fix font-lock of parameters with optional, pointer or 
array types
       new  0babe7e   Merge pull request #59 from 
eric-p-hutchins/params-with-optionals-pointers-and-arrays-oh-my
       new  acf3ee8   Add GitHub Actions




reply via email to

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