jesseweed / seti-syntax

A subtle dark colored theme for Atom.
MIT License
185 stars 66 forks source link

Add support for Markdown #114

Open ghost opened 8 years ago

ghost commented 8 years ago

Is it possible to add markdown syntax highlight to the theme? that would be great

karloluis commented 8 years ago

What exactly would you like to see? There are no keywords, variables or functions in Markdown so it would be hard to get a sense of what the syntax would be working on.

ghost commented 8 years ago

@karloluis for example image

which highlights the headline tags, quotes, italic and etc.

karloluis commented 8 years ago

Okay now, THIS is sexy! Is this a plug-in for some other software? Maybe there is a language package in apm that sets the grammars for seti-ui to go through.

ghost commented 8 years ago

the above screenshot is from http://macdown.uranusjr.com/

jesseweed commented 8 years ago

Atom somewhere recently added support for theming Markdown preview: https://github.com/atom/markdown-preview/pull/298

It's on my todo list, but will happily accept a PR is somebody wants to beat me to it :)

luiscobot commented 8 years ago

this is a better representation could be implemented

Markdown Syntax

kid7st commented 8 years ago

Oh. It is so cool to add the syntax for markdown!

nicorikken commented 8 years ago

Depending on the implementation it seems this would work for asciidoctor highlighting also: https://github.com/asciidoctor/atom-language-asciidoc/blob/master/styles/asciidoc.atom-text-editor.less Currently Seti is acceptable for Asciidoc editing, but not as awesome as it is for other source code highlighting. Therefore it would be great to see this Markdown support drop.

fievelk commented 7 years ago

Any progress on this? Markdown preview is one of the best features in Atom, and having a good syntax for editing it in Seti would be nice.

hongweiyi commented 7 years ago

Why not use https://atom.io/packages/language-markdown ?

fievelk commented 7 years ago

I submitted a PR (#138) to improve markdown syntax colors with Seti Syntax. I also made it available as a gist: you can copy-paste it in your Atom styles.less file. It works with both language-markdown and language-gfm.

Link to gist: Atom stylesheet customizations for markdown.