Skip to content
New issue

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

Improve T-SQL syntax highlighting #49

Closed
wants to merge 1 commit into from
Closed

Conversation

jamend
Copy link
Contributor

@jamend jamend commented Jun 18, 2015

These changes fix overly-aggressive keyword highlighting and add several missing T-SQL keyword/function/stored procedure names (contributed by Aaron Bertrand). These changes were part of a Stack Overflow answer, and it was suggested that the changes be contributed to the project. See Improve GeSHi syntax highlighting for T-SQL

@BenBE
Copy link
Contributor

BenBE commented Feb 1, 2016

There are some issues according to the langcheck script (in contrib) Could you try to correct them first?

Validating language file for 'tsql' ...     Failed

WARNING Language file contains per-group duplicate keyword '@@language' in $language_data['KEYWORDS'][1]!
WARNING Language file contains per-group duplicate keyword 'datefromparts' in $language_data['KEYWORDS'][1]!
WARNING Language file contains per-group duplicate keyword 'user_name' in $language_data['KEYWORDS'][1]!
WARNING Language file contains per-group duplicate keyword '@@identity' in $language_data['KEYWORDS'][1]!
WARNING Language file contains per-group duplicate keyword 'smallint' in $language_data['KEYWORDS'][2]!
WARNING Language file contains per-group duplicate keyword 'hadr' in $language_data['KEYWORDS'][2]!
WARNING Language file contains per-group duplicate keyword 'columns' in $language_data['KEYWORDS'][4]!
WARNING Language file contains per-group duplicate keyword 'parameters' in $language_data['KEYWORDS'][4]!
WARNING Language file contains per-group duplicate keyword 'sequences' in $language_data['KEYWORDS'][4]!
WARNING Language file contains per-group duplicate keyword 'tables' in $language_data['KEYWORDS'][4]!
WARNING Language file contains per-group duplicate keyword 'views' in $language_data['KEYWORDS'][4]!
ERROR   Language file contains no $language_data['URLS'] specification for keyword group 5!
ERROR   Language file contains no $language_data['URLS'] specification for keyword group 6!
ERROR   Language file contains no $language_data['URLS'] specification for keyword group 7!

@splitbrain splitbrain mentioned this pull request Mar 12, 2017
12 tasks
@cweiske cweiske closed this in 0c24aff Mar 15, 2017
cweiske pushed a commit that referenced this pull request Mar 30, 2017
cweiske pushed a commit that referenced this pull request May 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants