All Projects → evancz → elm-syntax-highlighting

evancz / elm-syntax-highlighting

Licence: BSD-3-Clause license
Syntax Highlighting for Elm in Sublime Text

Projects that are alternatives of or similar to elm-syntax-highlighting

Sublime Markdown Extended
Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.
Stars: ✭ 645 (+2288.89%)
Mutual labels:  syntax-highlighting, sublime-text
sublime-coconut
Coconut syntax highlighting for Sublime Text and VSCode.
Stars: ✭ 18 (-33.33%)
Mutual labels:  syntax-highlighting, sublime-text
Asciidoc Kate
AsciiDoc/AsciiDoctor syntax highlighting plugin for Kate editor/KatePart
Stars: ✭ 5 (-81.48%)
Mutual labels:  syntax-highlighting, editor-plugin
Handlebars
Fullest Handlebars.js templating support for Atom and Sublime Text 2 / 3. Also drives syntax colouring on Github and in Visual Studio Code. Install from: https://atom.io/packages/Handlebars and https://packagecontrol.io/packages/Handlebars.
Stars: ✭ 292 (+981.48%)
Mutual labels:  syntax-highlighting, sublime-text
Biosyntax
Syntax highlighting for computational biology
Stars: ✭ 164 (+507.41%)
Mutual labels:  syntax-highlighting, sublime-text
Packagedev
Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
Stars: ✭ 378 (+1300%)
Mutual labels:  syntax-highlighting, sublime-text
Ecmascript Sublime
ECMAScript/JavaScript syntax (ES2015-ES2018, JSX, template highlighting, etc) with absurdly specific scopes
Stars: ✭ 78 (+188.89%)
Mutual labels:  syntax-highlighting, sublime-text
Sublime-QML
QML support for Sublime Text 2 and Sublime Text 3
Stars: ✭ 19 (-29.63%)
Mutual labels:  syntax-highlighting, sublime-text
Inspiredgithub.tmtheme
A color scheme for Sublime Text 3.
Stars: ✭ 117 (+333.33%)
Mutual labels:  syntax-highlighting, sublime-text
Nord Sublime Text
An arctic, north-bluish clean and elegant Sublime Text theme.
Stars: ✭ 109 (+303.7%)
Mutual labels:  syntax-highlighting, sublime-text
Kung-Fury-Theme
80's dark retro theme for VS Code and Sublime Text
Stars: ✭ 29 (+7.41%)
Mutual labels:  syntax-highlighting, sublime-text
ST-ASS
ASS/SSA subtitles syntax highlight for Sublime Text.
Stars: ✭ 23 (-14.81%)
Mutual labels:  syntax-highlighting, sublime-text
GDL-sublime
📝 A Sublime Text package for the programming language GDL (Geometric Description Language)
Stars: ✭ 25 (-7.41%)
Mutual labels:  syntax-highlighting, sublime-text
Sublime Monokai Extended
Extends Monokai from Soda with additional syntax highlighting for Markdown, LESS, HTML, Handlebars and more.
Stars: ✭ 505 (+1770.37%)
Mutual labels:  syntax-highlighting, sublime-text
ST-ShellScriptImproved
❌ [Deprecated] A better ShellScript (Bash) syntax highlight for Sublime Text >= 3143
Stars: ✭ 25 (-7.41%)
Mutual labels:  syntax-highlighting, sublime-text
Sublimetext
Caddyfile syntax highlighting for Sublime Text 3
Stars: ✭ 17 (-37.04%)
Mutual labels:  syntax-highlighting, sublime-text
Nineties
💾 Colors for World Wide Web pioneers
Stars: ✭ 16 (-40.74%)
Mutual labels:  syntax-highlighting, sublime-text
YaraSyntax
YARA package for Sublime Text
Stars: ✭ 15 (-44.44%)
Mutual labels:  syntax-highlighting, sublime-text
Pythonimproved
The best Python language definition for Sublime Text - ever. Includes full support for Unicode, as well as both Python 2 and Python 3 syntax. Check out the Neon Color Scheme for highlighting.
Stars: ✭ 95 (+251.85%)
Mutual labels:  syntax-highlighting, sublime-text
Css3
The most complete CSS support for Sublime Text
Stars: ✭ 178 (+559.26%)
Mutual labels:  syntax-highlighting, sublime-text

Elm Syntax Highlighting

Just add syntax highlighting for Elm.

Install Instructions

Recommended Workflow

I do all of my Elm development with Terminal and Sublime Text open next to each other like this:

Recommended Workflow

I mostly focus on the code in Sublime Text.

When I am curious if things work, I switch to Terminal and run something like elm make src/Main.elm to see if I get any errors.

Then I switch back to Sublime Text and use Ctrl-t (or Cmd-t on Mac) to navigate to the relevant files and make any fixes.

Workflow Benefits

The recommended workflow has some underappreciated benefits:

  1. Fast - Never wait for a slow editor. No background tasks eating RAM and CPU.
  2. Flexibile - Some projects needs more than an elm make call. I can switch to elm reactor or a custom ./build.sh script and keep essentially the same workflow.
  3. Robust - Not much can go wrong here, so I never spend time messing with integrations. Changes in elm, elm-test, or elm-format are only a concern in the terminal.

I really love this balance! It has that particular character of focused designs.


That said, I know some people want a bit more, so I made elm-format-on-save as well. It may be worth setting this up once you have been happily using Elm for a while and become curious what it might be like to use Elm at work.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].