0
Answered

Recognize syntax elements for theme customization

Nutilius 5 days ago in General updated 5 days ago 2

Is any way to recognize keywords for theme correlated to syntax of specified language? I’ve changed theme using tmTheme-Editor and most of my files is colored by using new definitions but markdown files started to be  black & white. 

I don’t know what keywords are responsible for markdown syntax highlighting. 

Piotr

GOOD, I'M SATISFIED

Satisfaction mark by Nutilius 5 days ago
Answered

Have a look at a theme that has colors for Markdown - for example "Mac Classic": 


https://tmtheme-editor.glitch.me/#!/editor/theme/Mac%20Classic

To give Markdown headers (or a header in any markup language) a different color, it uses the "markup.heading" scope selector.

For lists, you can use "markup.list".

In Textastic, you can press Control-Shift-P to show the scope at the cursor location.

OK

I’ve modified my theme by cut&paste part of Mac Classic and it works. I have Textastic on iPad and trial (yet) on macOS. Is any chance to have common Configuration Folder #Textastic in iCloud?