summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-02 14:36:55 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-02 14:36:55 -0500
commite8b7d01ff68fed675d1397f4556f159f0c32246d (patch)
treeb8ae0532b5801b63f218ca3135997e911e3e2d9c /ted.cfg
parent4ff4d669ccb658b8b48785d37946378a5b29688c (diff)
rust syntax highlighting
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/ted.cfg b/ted.cfg
index 6ca9562..5158517 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -141,4 +141,5 @@ constant = #8ff
[extensions]
C = .c, .h
-C++ = .cpp, .hpp, .C, .H, .cxx, .hxx, .cc, .hh \ No newline at end of file
+C++ = .cpp, .hpp, .C, .H, .cxx, .hxx, .cc, .hh
+Rust = .rs \ No newline at end of file