Sublime Forum

Sublime doesn't load my Typescript.tmlanguage file

#1

Hi,

I’ve just installed Sublime on my brand new Ubuntu 12.04 laptop.
Following the announcement of Typescript yesterday by Microsoft, I wanted to give it a try and, after installing the compiler and a build system, downloaded the Syntax Highlighting .tmlanguage file from MSDN (blogs.msdn.com/b/interoperabilit … abled.aspx).

I created a Typescript folder in my Packages folder (not the Packages/User folder) and put the tmlanguage file in it.

However, the syntax file doesn’t seem to load as I can’t set the syntax to Typescript.

Anyone had the same issue with their file ?

Thanks a lot in advance,

0 Likes

Multiple tmLanguage files in user packages under Ubuntu
#2

Same problem here on Ubuntu 12.04 with Sublime build 2220. .ts file aren’t shown with any syntax highlighting and TypeScript doesn’t appear as a ‘Set Syntax’ option.

Interestingly, it works fine on my Windows 7 x64 Sublime install (build 2219).

0 Likes

#3

Ubuntu’s filesystem is case-sensitive, whereas I believe that NTFS (Windows filesystem) is case-insensitive. Try renaming from .tmlanguage to .tmLanguage on Ubuntu?

0 Likes

#4

That did the trick! Thanks!

0 Likes

#5

THanks a lot, I should have thought about it…

0 Likes

#6

Hi, today is 06/ Mar / 2017

There is no support yet for typescript.

We need a official support from sublime project for typescript. With the Angular.IO Growing , there is a lot demand to use typescript.

0 Likes