Merge "Fix tcl syntax highlighting not working" into stable-2.12
This commit is contained in:
@@ -73,6 +73,7 @@ public class ModeInfo extends JavaScriptObject {
|
|||||||
Modes.I.soy(),
|
Modes.I.soy(),
|
||||||
Modes.I.sql(),
|
Modes.I.sql(),
|
||||||
Modes.I.stex(),
|
Modes.I.stex(),
|
||||||
|
Modes.I.tcl(),
|
||||||
Modes.I.velocity(),
|
Modes.I.velocity(),
|
||||||
Modes.I.verilog(),
|
Modes.I.verilog(),
|
||||||
Modes.I.vhdl(),
|
Modes.I.vhdl(),
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ scala = text/x-scala
|
|||||||
soy = text/x-soy
|
soy = text/x-soy
|
||||||
st = text/x-stsrc
|
st = text/x-stsrc
|
||||||
stex = text/x-stex
|
stex = text/x-stex
|
||||||
|
tcl = text/x-tcl
|
||||||
v = text/x-verilog
|
v = text/x-verilog
|
||||||
vert = x-shader/x-vertex
|
vert = x-shader/x-vertex
|
||||||
vh = text/x-verilog
|
vh = text/x-verilog
|
||||||
|
|||||||
Reference in New Issue
Block a user