diff options
Diffstat (limited to 'plugins/language_teal.lua')
-rw-r--r-- | plugins/language_teal.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/language_teal.lua b/plugins/language_teal.lua index f64c419..a974fdd 100644 --- a/plugins/language_teal.lua +++ b/plugins/language_teal.lua @@ -2,6 +2,7 @@ local syntax = require "core.syntax" syntax.add { + name = "Teal", files = {"%.tl$","%.d.tl$"}, comment = "--", patterns = { |