You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know people are able to write javascript inside a typescript file. Should people load JavaScript's hightlights.scm file for a TypeScript file? Or should we just load scheme file separately for each language?
file.ts -> load ts/highlights.scm and js/highlights.scm
file.js -> load js/highlights.scm
or
file.ts -> load ts/highlights.scm
file.js -> load js/highlights.scm
The text was updated successfully, but these errors were encountered:
I know people are able to write javascript inside a typescript file. Should people load JavaScript's
hightlights.scm
file for a TypeScript file? Or should we just load scheme file separately for each language?file.ts
-> loadts/highlights.scm
andjs/highlights.scm
file.js
-> loadjs/highlights.scm
or
file.ts
-> loadts/highlights.scm
file.js
-> loadjs/highlights.scm
The text was updated successfully, but these errors were encountered: