We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code Block, SQL: SQL commands aren't recognized by CodeMirror (javascript library) and hence, they aren't highlighted correctly.
Example mark up: <span role="presentation" style="padding-right: 0.1px;">FROM fe_users u</span>
<span role="presentation" style="padding-right: 0.1px;">FROM fe_users u</span>
Comparisons:
1) CodeMirror: SQL demonstration https://codemirror.net/1/contrib/sql/
key word: "join" <span class="sql-keyword">join </span>
<span class="sql-keyword">join </span>
2) CodeMirror: SQL Mode for CodeMirror https://codemirror.net/mode/sql/
key word: FROM <span class="cm-keyword">FROM</span>
<span class="cm-keyword">FROM</span>
The text was updated successfully, but these errors were encountered:
101a7b4
Thanks for reporting @steffenmaechtel.
Just need to tweak the mode used. Fix will be included in the next release.
Sorry, something went wrong.
No branches or pull requests
Code Block, SQL: SQL commands aren't recognized by CodeMirror (javascript library) and hence, they aren't highlighted correctly.
Example mark up:
<span role="presentation" style="padding-right: 0.1px;">FROM fe_users u</span>
Comparisons:
1) CodeMirror: SQL demonstration
https://codemirror.net/1/contrib/sql/
key word: "join"
<span class="sql-keyword">join </span>
2) CodeMirror: SQL Mode for CodeMirror
https://codemirror.net/mode/sql/
key word: FROM
<span class="cm-keyword">FROM</span>
The text was updated successfully, but these errors were encountered: