We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4de888 commit e6452afCopy full SHA for e6452af
crates/pgt_treesitter_grammar/grammar.js
@@ -27,12 +27,9 @@ module.exports = grammar({
27
[$.timestamp],
28
[$.grantable_on_function, $.grantable_on_table],
29
[$.any_identifier, $.column_identifier],
30
-<<<<<<< HEAD
31
[$.any_identifier, $.schema_identifier, $.table_identifier],
32
[$.schema_identifier, $.table_identifier],
33
[$.table_reference, $.column_reference],
34
-=======
35
->>>>>>> 79cd1c34953adb0a0e59e5d2dd0fd9b13a252c30
36
],
37
38
precedences: ($) => [
0 commit comments