branch: elpa/typescript-mode
commit 588d5f3d63b77f40951630d01fd3ecb0f3672c5b
Author: Jostein Kjønigsen <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5497abb6ae..2196135c8f 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@
focused on providing basic font-lock/syntax-highlighting and
indentation for Typescript syntax, without any external dependencies.
+Output from `tsc` is also handled seamlessly through `compilation-mode`.
+
# Installation
`typescript.el` can be installed from source directly using your
@@ -22,7 +24,6 @@ You can add any other customization you like to
`typescript-mode-hook`
in your `init.el` file. `typescript.el` also handles `prog-mode-hook`
on versions of Emacs which supports it.
-
# Other Typescript-packages of interest
While `typescript.el` may *not* provide a full kitchen-sink, the good