diff --git a/.gitmodules b/.gitmodules index aba5d052a..fc39f662f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -76,3 +76,6 @@ [submodule "sublime/syntaxes/extra/protobuf-syntax-highlighting"] path = sublime/syntaxes/extra/protobuf-syntax-highlighting url = https://github.com/VcamX/protobuf-syntax-highlighting.git +[submodule "sublime/syntaxes/extra/SystemVerilog"] + path = sublime/syntaxes/extra/SystemVerilog + url = https://github.com/TheClams/SystemVerilog diff --git a/docs/content/documentation/content/syntax-highlighting.md b/docs/content/documentation/content/syntax-highlighting.md index d248d3d69..d8529b977 100644 --- a/docs/content/documentation/content/syntax-highlighting.md +++ b/docs/content/documentation/content/syntax-highlighting.md @@ -135,6 +135,7 @@ Here is a full list of supported languages and their short names: - Stylus -> ["styl", "stylus"] - SWI-Prolog -> ["pro"] - Swift -> ["swift"] +- SystemVerilog -> ["sv", "svh", "v", "vh"] - Tcl -> ["tcl"] - TeX -> ["cls", "sty"] - Textile -> ["textile"] diff --git a/sublime/syntaxes/extra/SystemVerilog b/sublime/syntaxes/extra/SystemVerilog new file mode 160000 index 000000000..7eca705e8 --- /dev/null +++ b/sublime/syntaxes/extra/SystemVerilog @@ -0,0 +1 @@ +Subproject commit 7eca705e87f87b94478fe222fc91d54d488cc8e3 diff --git a/sublime/syntaxes/newlines.packdump b/sublime/syntaxes/newlines.packdump index 26dbb7757..3cba3a6ba 100644 Binary files a/sublime/syntaxes/newlines.packdump and b/sublime/syntaxes/newlines.packdump differ