Skip to content

Commit 862db2f

Browse files
committed
Added support for symfony .twig files (interpreted ad html), .podspec files (interpreted as ruby) and new icon with Big Sur style.
1 parent cb22f33 commit 862db2f

File tree

19 files changed

+69
-6
lines changed

19 files changed

+69
-6
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

Application/Info.plist

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<string>com.sun.javafx</string>
5151
<string>com.sun.java-class</string>
5252
<string>com.sun.manifest</string>
53+
<string>com.symfony.twig</string>
5354
<string>com.unknown.lhs</string>
5455
<string>net.daringfireball.markdown</string>
5556
<string>org.applescript.source</string>
@@ -58,6 +59,7 @@
5859
<string>org.asm.source</string>
5960
<string>org.bash.source</string>
6061
<string>org.clojure</string>
62+
<string>org.cocoapods.podspec</string>
6163
<string>org.codehaus.groovy-source</string>
6264
<string>org.coffee.source</string>
6365
<string>org.coffeescript.coffeescript</string>
@@ -273,6 +275,23 @@
273275
</array>
274276
</dict>
275277
</dict>
278+
<dict>
279+
<key>UTTypeConformsTo</key>
280+
<array>
281+
<string>public.source-code</string>
282+
</array>
283+
<key>UTTypeDescription</key>
284+
<string>Symfony twig template</string>
285+
<key>UTTypeIdentifier</key>
286+
<string>com.symfony.twig</string>
287+
<key>UTTypeTagSpecification</key>
288+
<dict>
289+
<key>public.filename-extension</key>
290+
<array>
291+
<string>twig</string>
292+
</array>
293+
</dict>
294+
</dict>
276295
<dict>
277296
<key>UTTypeConformsTo</key>
278297
<array>
@@ -703,6 +722,24 @@
703722
</array>
704723
</dict>
705724
</dict>
725+
<dict>
726+
<key>UTTypeConformsTo</key>
727+
<array>
728+
<string>public.item</string>
729+
<string>public.data</string>
730+
</array>
731+
<key>UTTypeDescription</key>
732+
<string>Cocoapod podspec</string>
733+
<key>UTTypeIdentifier</key>
734+
<string>org.cocoapods.podspec</string>
735+
<key>UTTypeTagSpecification</key>
736+
<dict>
737+
<key>public.filename-extension</key>
738+
<array>
739+
<string>podspec</string>
740+
</array>
741+
</dict>
742+
</dict>
706743
<dict>
707744
<key>UTTypeConformsTo</key>
708745
<array>

CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.b25
2+
New features:
3+
- support for symfony .twig files (interpreted ad html).
4+
- support for .podspec files (interpreted as ruby).
5+
- new icon with Big Sur style.
6+
17
1.0.b24
28
New features:
39
- support for powershell (.ps1, .psm1, .psd1) files.

QLExtension/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,14 @@
6868
<string>com.sun.java-class</string>
6969
<string>com.sun.manifest</string>
7070
<string>com.unknown.lhs</string>
71+
<string>com.symfony.twig</string>
7172
<string>org.applescript.source</string>
7273
<string>org.arduino.ino-source</string>
7374
<string>org.arduino.source</string>
7475
<string>org.asm.source</string>
7576
<string>org.bash.source</string>
7677
<string>org.clojure</string>
78+
<string>org.cocoapods.podspec</string>
7779
<string>org.codehaus.groovy-source</string>
7880
<string>org.coffee.source</string>
7981
<string>org.coffeescript.coffeescript</string>

SourceCodeSyntaxHighlight.xcodeproj/project.pbxproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@
10781078
CODE_SIGN_IDENTITY = "-";
10791079
CODE_SIGN_STYLE = Manual;
10801080
COMBINE_HIDPI_IMAGES = YES;
1081-
CURRENT_PROJECT_VERSION = 24;
1081+
CURRENT_PROJECT_VERSION = 25;
10821082
DEVELOPMENT_TEAM = "";
10831083
ENABLE_HARDENED_RUNTIME = YES;
10841084
INFOPLIST_FILE = Application/Info.plist;
@@ -1103,7 +1103,7 @@
11031103
CODE_SIGN_IDENTITY = "-";
11041104
CODE_SIGN_STYLE = Manual;
11051105
COMBINE_HIDPI_IMAGES = YES;
1106-
CURRENT_PROJECT_VERSION = 24;
1106+
CURRENT_PROJECT_VERSION = 25;
11071107
DEVELOPMENT_TEAM = "";
11081108
ENABLE_HARDENED_RUNTIME = YES;
11091109
INFOPLIST_FILE = Application/Info.plist;
@@ -1215,7 +1215,7 @@
12151215
buildSettings = {
12161216
CODE_SIGN_ENTITLEMENTS = "Syntax Highlight XPC Render.entitlements";
12171217
CODE_SIGN_IDENTITY = "-";
1218-
CODE_SIGN_STYLE = Automatic;
1218+
CODE_SIGN_STYLE = Manual;
12191219
COMBINE_HIDPI_IMAGES = YES;
12201220
DEVELOPMENT_TEAM = "";
12211221
ENABLE_HARDENED_RUNTIME = YES;
@@ -1226,6 +1226,7 @@
12261226
);
12271227
PRODUCT_BUNDLE_IDENTIFIER = org.sbarex.SourceCodeSyntaxHighlight.XPCRender;
12281228
PRODUCT_NAME = "$(TARGET_NAME)";
1229+
PROVISIONING_PROFILE_SPECIFIER = "";
12291230
SKIP_INSTALL = YES;
12301231
};
12311232
name = Debug;
@@ -1235,7 +1236,7 @@
12351236
buildSettings = {
12361237
CODE_SIGN_ENTITLEMENTS = "Syntax Highlight XPC Render.entitlements";
12371238
CODE_SIGN_IDENTITY = "-";
1238-
CODE_SIGN_STYLE = Automatic;
1239+
CODE_SIGN_STYLE = Manual;
12391240
COMBINE_HIDPI_IMAGES = YES;
12401241
DEVELOPMENT_TEAM = "";
12411242
ENABLE_HARDENED_RUNTIME = YES;
@@ -1246,6 +1247,7 @@
12461247
);
12471248
PRODUCT_BUNDLE_IDENTIFIER = org.sbarex.SourceCodeSyntaxHighlight.XPCRender;
12481249
PRODUCT_NAME = "$(TARGET_NAME)";
1250+
PROVISIONING_PROFILE_SPECIFIER = "";
12491251
SKIP_INSTALL = YES;
12501252
};
12511253
name = Release;

XPCService/colorize.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ go4it () {
185185
ada | adb | ads | a | gnad | agda | alan | i | applescript | eiffel | e | se | euphoria | ex | exw | wxu | ew | eu | haskell | hs | lua | ms | mssql | netrexx | nrx | oorexx | pl1 | ff | fp | pp | rpp | sf | sp | spb | spp | sps | wp | wf | wpp | wps | wpb | bdy | spe | rexx | rex | the | rx | snmp | mib | smisql | sybase | tsql | vhd )
186186
comment1="--"
187187
;;
188-
algol | alg | ampl | dat | run | amtrix | s4 | s4t | s4h | hnd | t4 | awk | bms | boo | cmake | conf | anacrontab | crk | crystal | cr | cs_block_regex | docker | dockerfile | dts | dtsi | elixir | exs | fish | fstab | gdb | gdscript | gd | hcl | httpd | icon | icn | informix | 4gl | julia | jl | ldif | limbo | b | make | mak | mk | makefile | meson | n3 | ttl | nt | nasal | nas | nginx | nim | octave | perl | pl | cgi | pm | plx | plex | po | ps1 | psl | pyrex | pyx | python | py | q | qmake | pro | qu | r | rnc | ruby | rb | rjs | gemfile | rakefile | s | sh | bash | zsh | ebuild | eclass | spec | tcl | wish | itcl | tcsh | terraform | toml | yaml | yml )
188+
algol | alg | ampl | dat | run | amtrix | s4 | s4t | s4h | hnd | t4 | awk | bms | boo | cmake | conf | anacrontab | crk | crystal | cr | cs_block_regex | docker | dockerfile | dts | dtsi | elixir | exs | fish | fstab | gdb | gdscript | gd | hcl | httpd | icon | icn | informix | 4gl | julia | jl | ldif | limbo | b | make | mak | mk | makefile | meson | n3 | ttl | nt | nasal | nas | nginx | nim | octave | perl | pl | cgi | pm | plx | plex | po | ps1 | psl | pyrex | pyx | python | py | q | qmake | pro | qu | r | rnc | ruby | rb | rjs | gemfile | rakefile | s | sh | bash | zsh | ebuild | eclass | spec | tcl | wish | itcl | tcsh | terraform | toml | yaml | yml | csh | ksh )
189189
comment1="#"
190190
;;
191191
arc | aspect | was | wud | assembler | asm | a51 | 29k | 68s | 68x | x86 | autohotkey | ahk | autoit | au3 | blitzbasic | bb | clojure | clj | clp | exapunks | exa | fasm | inc | felix | flx | idlang | ini | doxyfile | desktop | kdev3 | jasmin | j | lisp | cl | clisp | el | lsp | sbcl | scom | fas | scm | msl | nbs | nsis | nsi | nsh | paradox | sc | purebasic | pb | pbi | pbf | rebol )
@@ -198,7 +198,7 @@ go4it () {
198198
comment1="////"
199199
comment2="////"
200200
;;
201-
asp | aspx | ashx | ascx | html | xhtml | twig | jinja | mxml | slim | svg | xml | sgm | sgml | nrm | ent | hdr | hub | dtd | glade | wml | vxml | tld | csproj | xsl | ecf | jnlp | xsd | resx)
201+
asp | aspx | ashx | ascx | html | xhtml | twig | jinja | mxml | slim | svg | xml | sgm | sgml | nrm | ent | hdr | hub | dtd | glade | wml | vxml | tld | csproj | xsl | ecf | jnlp | xsd | resx | xib | storyboard )
202202
comment1='<!--'
203203
comment2='-->'
204204
;;
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>syntax</key>
6+
<string>html</string>
7+
</dict>
8+
</plist>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>syntax</key>
6+
<string>ruby</string>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)