Skip to content

Commit

Permalink
Add file icon for Apache Parquet
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Jul 20, 2023
1 parent 6da70d1 commit 470f8a4
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
Binary file added icons/file_type_parquet.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/[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/[email protected]
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_parquet.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>binary.parquet</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_parquet</string>
</dict>
</dict>
</plist>
12 changes: 12 additions & 0 deletions syntaxes/Binary (Parquet).sublime-syntax
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
%YAML 1.2
---
name: Binary (Parquet)
scope: binary.parquet
hidden: true
hidden_file_extensions:
- parquet

contexts:
main:
- include: scope:binary.plain
apply_prototype: true

0 comments on commit 470f8a4

Please sign in to comment.