Sublime Forum

Erlang syntax highlighting

#1

hi, the following erlang code breaks syntax highlighting on the code afterward:

% erlang function
list_to_vector(List) -> 
	lists:foldl(fun(X, Sum) -> (1 bsl (X-1)) bor Sum end, 0, List).

% following code syntax highlighting is broken
% ...
0 Likes

#2

it appears many textmate languages syntax files was updated. will it be updated on each sublime release?

may be an update system can be integrated into the sublime editor, to allow updating it in a more friendly way (like on e text editor).

0 Likes

#3

any body home?

I seems so quite here lately…
have the party finished and no one told me? :unamused:

0 Likes

#4

I was about to say the same thing. hehe. It seems like I’m talking into a vacuum. :smile:

0 Likes

#5

+1 for development has not stopped :smiley:

but seriously, i think an official comment is needed here.

0 Likes

#6

+1 for asking Jon what happened to sublime development

0 Likes

#7

Syntax files have been updated in the latest beta, the above Erlang bug appears to be working now.

Work on Sublime Text has been sporadic, but it is happening.

0 Likes