Skip to content

Commit 1ddf72b

Browse files
author
Dominik Gehlich
committed
show objects created by functions
1 parent 79feb01 commit 1ddf72b

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

‎PostgreSQL.YAML-tmLanguage‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ repository:
9999
- include: '#dollar_quotes'
100100
- include: '#comments'
101101
- include: '#strings'
102-
# - include: '#statement_create_function_view'
103-
# - include: '#statement_create_other'
102+
- include: '#statement_create_function_view'
103+
- include: '#statement_create_other'
104104
# - include: '#statement_commands'
105105
- include: '#keywords'
106106
- include: '#misc'

‎PostgreSQL.tmLanguage‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,14 @@
132132
<key>include</key>
133133
<string>#strings</string>
134134
</dict>
135+
<dict>
136+
<key>include</key>
137+
<string>#statement_create_function_view</string>
138+
</dict>
139+
<dict>
140+
<key>include</key>
141+
<string>#statement_create_other</string>
142+
</dict>
135143
<dict>
136144
<key>include</key>
137145
<string>#keywords</string>

0 commit comments

Comments
 (0)