summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-07-22 14:54:07 -0400
committerpommicket <pommicket@gmail.com>2022-07-22 14:54:07 -0400
commit35b1b0129e8791a9412173acf3756606d0cc397d (patch)
tree6e631f6382cabf4ad2522bf4386828aaabae3347 /ted.cfg
parent47a65f608f485af32d2df12be489146ad67839e1 (diff)
go syntax highlighting
also :goto-line now clamps numbers < 1 and > nlines instead of rejecting them
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index 27b33e5..fa37904 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -229,3 +229,4 @@ HTML = .html, .php, .xml, .xhtml
Config = .cfg
Javascript = .js
Java = .java
+Go = .go