diff options
Diffstat (limited to 'queries/sql')
| -rw-r--r-- | queries/sql/highlights.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/sql/highlights.scm b/queries/sql/highlights.scm index bfa0c6cc..9d34cdbf 100644 --- a/queries/sql/highlights.scm +++ b/queries/sql/highlights.scm @@ -10,8 +10,6 @@ name: (identifier) @type) (relation - (table_reference - name: (identifier) @type) table_alias: (identifier) @variable) (field @@ -20,6 +18,7 @@ (literal) @string (comment) @comment +(marginalia) @comment ((literal) @number (lua-match? @number "^%d+$")) @@ -143,6 +142,7 @@ (keyword_geography) (keyword_box2d) (keyword_box3d) + (keyword_only) ] @keyword [ |
