Skip to content

Commit

Permalink
Added operators like not in and'
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhitetulip committed Aug 30, 2014
1 parent 4c721f4 commit 0584787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/syntax/mysql.conf
Expand Up @@ -49,6 +49,7 @@ syn keyword mysqlKeyword values varbinary variables varying
syn keyword mysqlKeyword where with write
syn keyword mysqlKeyword year_month
syn keyword mysqlKeyword zerofill
syn keyword mysqlKeyword and or like in not

# Special values
syn keyword mysqlSpecial false null true
Expand All @@ -74,4 +75,4 @@ HiLink mysqlKeyword Keyword
HiLink mysqlSpecial Keyword
HiLink mysqlString String
HiLink mysqlComment Comment
HiLink mysqlType Keyword
HiLink mysqlType Keyword

0 comments on commit 0584787

Please sign in to comment.