aboutsummaryrefslogtreecommitdiff
path: root/plugins/language_tsx.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/language_tsx.lua')
-rw-r--r--plugins/language_tsx.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/language_tsx.lua b/plugins/language_tsx.lua
index 63eef55..473f808 100644
--- a/plugins/language_tsx.lua
+++ b/plugins/language_tsx.lua
@@ -3,6 +3,7 @@
local syntax = require "core.syntax"
syntax.add {
+ name = "TypeScript with JSX",
files = { "%.tsx$" },
comment = "//",
patterns = {