Nova

Extensions


Readme

This plugin provides Elm syntax highlighting, autocompletions, and language server support for the new Nova editor from Panic.

Installation

Once activated, files ending in .elm should automatically be recognized as Elm language files. It will automatically install binaries: elm, elm-format, elm-review, elm-test and the elm language server via npm.

Features

  • Syntax highlighting
  • Format document command
  • Format document on save
  • Language server support

Changelog

v0.5.0 - 2021-08-09

Fixes

  • [language-server] Don't use node_modules/.bin path for server. (#29)

v0.4.0 - 2021-08-08

Chore & Maintenance

  • [core] Update extension and dev deps.
  • [syntax] Lots of internal renaming for better maintenance.

Features

  • [language-server] Initial (partial) Language Server support. (#26)

Fixes

  • [syntax] Scoped name fixes for better support of different themes. (#27)
  • [syntax] Make lists foldable. (#25)

v0.3.0 - 2021-08-03

Chore & Maintenance

  • [core] Update extension and dev deps.

Features

  • [formatter] Listen for config changes to formatter. (#22)
  • [formatter] Add formatter command and format on save. (#21)

v0.2.0 - 2021-07-18

Features

  • [syntax] Effect and infix recognition. (#9)

Fixes

  • [syntax] fns, fn args, type annotations and ports recognition with only one char. (#9)
  • [syntax] Integer & float detection. (#9)
  • [syntax] Import recognition can now span multiple lines. (#9)

v0.1.0 - 2021-07-15

Initial release 🎉

  • Basic syntax highlighting

License

MIT License

Copyright (c) 2021 Hans Hoffman

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.