Skip to content

Commit

Permalink
Add Strings Resource File support
Browse files Browse the repository at this point in the history
Closes #24
  • Loading branch information
samuelmeuli committed May 23, 2020
1 parent d903736 commit feb9029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion QLPlugin/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<string>com.apple.rez-source</string> <!-- .r -->
<string>com.apple.rez-source</string> <!-- .r (used for R instead of Apple's Rez) -->
<string>com.apple.xcode.entitlements-property-list</string> <!-- .entitlements -->
<string>com.apple.xcode.strings-text</string> <!-- .strings (Apple Strings Resource File) -->
<string>com.barebones.bbedit.ini-configuration</string> <!-- .cfg -->
<string>com.barebones.bbedit.scss-source</string> <!-- .scss -->
<string>com.barebones.bbedit.tex-source</string> <!-- .tex -->
Expand Down Expand Up @@ -179,9 +180,9 @@
<string>org.rdf.source</string> <!-- .rdf -->
<string>org.rust-lang.source</string> <!-- .rs (Rust) -->
<string>org.scala.source</string> <!-- .scala -->
<string>org.tug.latex</string> <!-- .latex (used by TeXShop) -->
<string>org.tug.lua</string> <!-- .lua (used by TeXShop) -->
<string>org.tug.tex</string> <!-- .tex (used by TeXShop) -->
<string>org.tug.latex</string> <!-- .latex (used by TeXShop) -->
<string>org.vim.vim-script</string> <!-- .vim -->
<string>org.xul.source</string> <!-- .xul -->
<string>public.ada-source</string> <!-- .ada, .adb, .ads (Ada) -->
Expand Down
1 change: 1 addition & 0 deletions QLPlugin/Views/Previews/CodePreview.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ let fileExtensionLexers = [
"scptd": "applescript", // AppleScript bundle
"spf": "xml", // Sequel Pro query favorites file
"spTheme": "xml", // Sequel Pro theme file
"strings": "c", // Apple Strings Resource File
"sty": "tex", // LaTeX styles file
"webmanifest": "json", // Web app manifest
]
Expand Down

0 comments on commit feb9029

Please sign in to comment.