Skip to content

Commit

Permalink
Split SystemVerilog, Verilog and VHDL
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Oct 9, 2024
1 parent c82773d commit d58fc82
Show file tree
Hide file tree
Showing 23 changed files with 57 additions and 20 deletions.
45 changes: 26 additions & 19 deletions icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -3198,6 +3198,20 @@
}
]
},
"file_type_systemverilog": {
"color": "blue",
"syntaxes": [
{
"extensions": [
"sv",
"svh",
"vh"
],
"name": "Plain Text (SystemVerilog)",
"scope": "source.systemverilog"
}
]
},
"file_type_taskfile": {
"aliases": [
{
Expand Down Expand Up @@ -3554,7 +3568,6 @@
"syntaxes": [
{
"extensions": [
"v",
"vlang"
],
"name": "Plain Text (V)",
Expand Down Expand Up @@ -3622,6 +3635,18 @@
],
"color": "sky"
},
"file_type_verilog": {
"color": "blue",
"syntaxes": [
{
"extensions": [
"v"
],
"name": "Plain Text (Verilog)",
"scope": "source.verilog"
}
]
},
"file_type_vhdl": {
"color": "blue",
"syntaxes": [
Expand All @@ -3634,24 +3659,6 @@
],
"name": "Plain Text (VHDL)",
"scope": "source.vhdl"
},
{
"extensions": [
"sv",
"v",
"svh",
"vh"
],
"name": "Plain Text (SystemVerilog)",
"scope": "source.systemverilog"
},
{
"extensions": [
"v",
"V"
],
"name": "Plain Text (Verilog)",
"scope": "source.verilog"
}
]
},
Expand Down
Binary file added icons/multi/file_type_systemverilog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/multi/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/multi/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/multi/file_type_verilog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/multi/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/multi/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/single/file_type_systemverilog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/single/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/single/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/single/file_type_verilog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/single/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/single/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/svg/file_type_systemverilog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/svg/file_type_verilog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions preferences/file_type_systemverilog.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.systemverilog</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_systemverilog</string>
</dict>
</dict>
</plist>
12 changes: 12 additions & 0 deletions preferences/file_type_verilog.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.verilog</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_verilog</string>
</dict>
</dict>
</plist>
2 changes: 1 addition & 1 deletion preferences/file_type_vhdl.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.systemverilog, source.verilog, source.vhdl</string>
<string>source.vhdl</string>
<key>settings</key>
<dict>
<key>icon</key>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed tests/file_type_vhdl.vh
Empty file.

0 comments on commit d58fc82

Please sign in to comment.