Skip to content

Commit 4ec6a6c

Browse files
Merge pull request #31 from chris-faucher/patch-3
Add new SQL command conventions to font table
2 parents 8250b97 + a000bf3 commit 4ec6a6c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

styleguide/index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ title: O'Reilly Style Guide
793793
</thead>
794794
<tbody>
795795
<tr>
796-
<td><p>Filenames, file extensions (such as .jpeg), directory paths, libraries, and commands in Unix, Oracle, SQL, and Linux books</p></td>
796+
<td><p>Filenames, file extensions (such as .jpeg), directory paths, libraries, and commands in Unix, Oracle, and Linux books</p></td>
797797
<td><p><em>Body font italic</em></p></td>
798798
</tr>
799799
<tr>
@@ -817,10 +817,15 @@ title: O'Reilly Style Guide
817817
<td><p><code>Constant width</code></p></td>
818818
</tr>
819819
<tr>
820-
<td><p>Language and script elements: class names, types, namespaces, attributes, methods, variables, keywords, functions, modules, commands, properties, parameters, values, objects, events, XML and HTML tags, and similar elements. Some examples include: <code>System.Web.UI</code>, a <code>while</code> loop, the <code>Socket</code> class, and the <code>Obsolete</code> attribute. <strong>Exception:</strong> commands in Unix, Oracle, SQL, and Linux book, which are regular italics.</p></td>
820+
<td><p>Language and script elements: class names, types, namespaces, attributes, methods, variables, keywords, functions, modules, commands, properties, parameters, values, objects, events, XML and HTML tags, and similar elements. Some examples include: <code>System.Web.UI</code>, a <code>while</code> loop, the <code>Socket</code> class, and the <code>Obsolete</code> attribute. <strong>Exception:</strong> commands in Unix, Oracle, and Linux book, which are regular italics.</p></td>
821821
<td><p><code>Constant width</code></p></td>
822822
</tr>
823823
<tr>
824+
<tr>
825+
<td><p>SQL commands (<code>SELECT</code>, <code>INSERT</code>, <code>ALTER TABLE</code>, <code>CREATE INDEX</code>, etc.)</p></td>
826+
<td><p><code>CONSTANT WIDTH CAPS</code></p></td>
827+
</tr>
828+
<tr>
824829
<td><p>Replaceable items (placeholder items in syntax); “username” in the following example is a placeholder:
825830
<code>login:</code> <em><code>username</code></em></p></td>
826831
<td><p><em><code>Constant width italic</code></em></p></td>

0 commit comments

Comments
 (0)