SyntaxHighlighter: Add SQLite functions

Also highlight the names of functions supported by SQLite such as COUNT.
This commit is contained in:
Martin Kleusberg
2013-05-16 21:16:37 +02:00
parent d2f1db8457
commit 5a3cfda826
4 changed files with 41 additions and 3 deletions

View File

@@ -187,6 +187,14 @@
<string/>
</property>
</item>
<item>
<property name="text">
<string>function</string>
</property>
<property name="text">
<string>Function</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">table</string>