textmate / standard-ml.tmbundle

TextMate support for Standard ML
7 stars 3 forks source link

Standard ML syntax in Visual Studio Code seems like not working (no coloring) #6

Closed andry-tino closed 8 years ago

andry-tino commented 8 years ago

Hi, I installed the syntax file CM.tmLanguage using yo code:

image

I moved the folder into <user>/.vscode/extensions and restarted Code. When I open ML files, I get a weird experience as the syntax coloring simply consists only in comments (grey) and the rest of the syntax is white. No real coloring is applied.

image

I wonder... is this the way it is supposed to be (just not much coloring, sad to say) or there is some bug in the grammar?

infininight commented 8 years ago

The coloring I would think should be more than that but it would be up to how the theme colors the different scopes.

A short example from TextMate:

http://pastie.org/private/peukojwwyzkqaw8l6tjxta

Beyond that this would be best asked in a VSCode forum, etc.