diff options
Diffstat (limited to 'queries/ql')
| -rw-r--r-- | queries/ql/highlights.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/queries/ql/highlights.scm b/queries/ql/highlights.scm index 434ec3316..f42812068 100644 --- a/queries/ql/highlights.scm +++ b/queries/ql/highlights.scm @@ -1,13 +1,11 @@ [ "as" "by" - "class" "extends" "from" "implies" "in" "module" - "newtype" "order" "select" "where" @@ -17,6 +15,11 @@ ] @keyword [ + "newtype" + "class" +] @keyword.type + +[ "and" "not" "or" |
