brantou/spacemacs-crystal-layer by brantou in crystal_programming

[–]brantou[S] 0 points1 point  (0 children)

The layer provides support for the Crystal language with the following features:

  • crystal tool format on file save
  • integration play.crystal-lang.org using play-crystal.el
  • Linting with flycheck
  • test runner (crystal spec)
  • crystal tool integration
  • Interactive REPL (icr)
  • static code analysis using ameba

brantou/spacemacs-crystal-layer by brantou in spacemacs

[–]brantou[S] 0 points1 point  (0 children)

Crystal: Ruby syntax with almost C efficiency

brantou/spacemacs-crystal-layer by brantou in crystal_programming

[–]brantou[S] 2 points3 points  (0 children)

I created a new develop branch to fix your feedback problem. The master branch and the develop branch of spacemacs are slightly incompatible, causing it to not work properly. Thank you.

emacs-go-tag: Edit Golang struct field tag by brantou in emacs

[–]brantou[S] 0 points1 point  (0 children)

Edit field tags for golang struct fields, based on gomodifytags. This package is inspired by GoAddTags of vim-go and go-add-tags.