Skip to content

Commit 08447fa

Browse files
committed
Add c++ header file support.
1 parent b6059e4 commit 08447fa

File tree

7 files changed

+31
-5
lines changed

7 files changed

+31
-5
lines changed

Application/Info.plist

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@
104104
<string>public.bash-script</string>
105105
<string>public.css</string>
106106
<string>public.c-header</string>
107-
<string>public.c-source</string>
107+
<string>public.c-plus-plus-header</string>
108108
<string>public.c-plus-plus-source</string>
109+
<string>public.c-source</string>
109110
<string>public.json</string>
110111
<string>public.objective-c-source</string>
111112
<string>public.pascal-source</string>
@@ -1217,6 +1218,24 @@
12171218
</array>
12181219
</dict>
12191220
</dict>
1221+
<dict>
1222+
<key>UTTypeConformsTo</key>
1223+
<array>
1224+
<string>public.text</string>
1225+
<string>public.source-code</string>
1226+
</array>
1227+
<key>UTTypeDescription</key>
1228+
<string>Dart Source File</string>
1229+
<key>UTTypeIdentifier</key>
1230+
<string>org.sbarex.conf</string>
1231+
<key>UTTypeTagSpecification</key>
1232+
<dict>
1233+
<key>public.filename-extension</key>
1234+
<array>
1235+
<string>conf</string>
1236+
</array>
1237+
</dict>
1238+
</dict>
12201239
<dict>
12211240
<key>UTTypeConformsTo</key>
12221241
<array>

Application/SyntaxHighlight.help/Contents/Resources/English.lproj/preferences.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h1>Global Preferences</h1>
7070

7171
<tr>
7272
<td>Data limit</td>
73-
<td>Maximum amount of data to format, data beyond the limit is omitted. Specify 0 to not limit. Note that if is set a preprocessor, the filter is applied to the preprocessor's and not to the source file.</td>
73+
<td>Maximum amount of data to format, data beyond the limit is omitted. Specify 0 to not limit. Note that if is set a preprocessor, the filter is applied to the his output and not to the source file.</td>
7474
</tr>
7575

7676
<tr>
Binary file not shown.

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.0.b18
2+
New features:
3+
- added support for c++ header files.
4+
15
1.0.b17
26
New features:
37
- added an option to limit the amount of data to format.

QLExtension/Info.plist

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
<string>org.omg.ecore</string>
112112
<string>org.rdf.source</string>
113113
<string>org.rust-lang.source</string>
114+
<string>org.sbarex.conf</string>
114115
<string>org.sbarex.dart</string>
115116
<string>org.scala.source</string>
116117
<string>org.tug.lua</string>
@@ -120,8 +121,9 @@
120121
<string>public.bash-script</string>
121122
<string>public.css</string>
122123
<string>public.c-header</string>
123-
<string>public.c-source</string>
124+
<string>public.c-plus-plus-header</string>
124125
<string>public.c-plus-plus-source</string>
126+
<string>public.c-source</string>
125127
<string>public.json</string>
126128
<string>public.objective-c-source</string>
127129
<string>public.pascal-source</string>
@@ -153,6 +155,7 @@
153155
<string>dyn.ah62d4rv4ge81g25brvuu</string>
154156
<string>dyn.ah62d4rv4ge81g25xsq</string>
155157
<string>dyn.ah62d4rv4ge81g6pq</string>
158+
<string>dyn.ah62d4rv4ge80g55sq2</string>
156159
</array>
157160
<key>QLSupportsSearchableItems</key>
158161
<false/>

SourceCodeSyntaxHighlight.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@
940940
CODE_SIGN_IDENTITY = "-";
941941
CODE_SIGN_STYLE = Manual;
942942
COMBINE_HIDPI_IMAGES = YES;
943-
CURRENT_PROJECT_VERSION = 17;
943+
CURRENT_PROJECT_VERSION = 18;
944944
DEVELOPMENT_TEAM = "";
945945
ENABLE_HARDENED_RUNTIME = YES;
946946
INFOPLIST_FILE = Application/Info.plist;
@@ -965,7 +965,7 @@
965965
CODE_SIGN_IDENTITY = "-";
966966
CODE_SIGN_STYLE = Manual;
967967
COMBINE_HIDPI_IMAGES = YES;
968-
CURRENT_PROJECT_VERSION = 17;
968+
CURRENT_PROJECT_VERSION = 18;
969969
DEVELOPMENT_TEAM = "";
970970
ENABLE_HARDENED_RUNTIME = YES;
971971
INFOPLIST_FILE = Application/Info.plist;

0 commit comments

Comments
 (0)