syntax: tcl: support Expect scripts too

master
Mike Frysinger 2021-04-05 01:54:51 -04:00 committed by Benno Schulenberg
parent 8c25bd0e94
commit 682a088fb8
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
## Syntax highlighting for Tcl files.
syntax tcl "\.tcl$"
# Handle expect & TCL scripts.
syntax tcl "\.(exp|tcl)$"
magic "Tcl(/Tk)? script"
comment "#"