Skip to content

Commit

Permalink
Add MCNP Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed May 23, 2024
1 parent d1a77e9 commit d924af8
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ This file contains a list of possible packages you may need to install to see th

- [MayaSublime](https://packagecontrol.io/packages/MayaSublime)

## MCNP

- [MCNP](https://packagecontrol.io/packages/MCNP)

## MDX

- [MDX Syntax Highlighting](https://packagecontrol.io/packages/MDX%20Syntax%20Highlighting)
Expand Down
12 changes: 12 additions & 0 deletions icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -1925,6 +1925,18 @@
}
]
},
"file_type_mcnp": {
"color": "blue",
"syntaxes": [
{
"extensions": [
"mcnp"
],
"name": "Plain Text (MCNP)",
"scope": "source.mcnp"
}
]
},
"file_type_mdx": {
"color": "cyan",
"syntaxes": [
Expand Down
Binary file added icons/multi/file_type_mcnp.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_mcnp.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_mcnp.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_mcnp.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.mcnp</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_mcnp</string>
</dict>
</dict>
</plist>
Empty file added tests/file_type_mcnp.mcnp
Empty file.

0 comments on commit d924af8

Please sign in to comment.