Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

An atom package providing syntax highlighting and snippets for the Elm language.

NotificationsYou must be signed in to change notification settings

edubkendo/atom-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Syntax highlighting and autocomplete for theElm language.

Installation

There are two ways to install the Atom Elm Extension: using the editor, or using the command line.

Install using the editor (Recommended)

You can install packages within Atom. To do so:

  1. Open the editor settings
  2. Click the "Install" menu item
  3. Search for "language-elm"
  4. Click the install button on the "language-elm" result

More documentation for how to use the package manager can be found on the official Atom site.

Screenshot

Screenshot of installation

Install using the command line

Run the following command in your terminal:

apm install language-elm

Autocomplete

In order to get autocomplete working, please:

  1. Open up a terminal
  2. npm install -g elm-oracle
  3. which elm-oracle on Unix/Linux orwhere.exe elm-oracle on Windows
  4. Copy the path to elm-oracle
  5. Open up the language-elm settings in Atom
    - Open up the Atom Settings / Preferences tab- Click on "Packages"- Find the "language-elm" package in the list- Click "Settings"
  6. Paste the path into "The elm-oracle executable path" setting

Thanks to the authors ofElm Oracle

Jump to Symbol

Atom's native symbol-view package uses ctags, and thus doesn't support Elm without extra configuration. But this pluginhttps://atom.io/packages/goto uses langauge definition files to identify symbols, and does support Elm as long as atom-elm is installed.

About

An atom package providing syntax highlighting and snippets for the Elm language.

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp