Mayil-AI-Sandbox / kuzudb_jan15

MIT License
0 stars 0 forks source link

Highlight from in cli (hashtag2810) #20

Open vikramsubramanian opened 4 months ago

vikramsubramanian commented 4 months ago

I wrote this query in cli and from was not highlighting:

create rel table st_to_r(from student to TurtleTest_r, since INT64); 

)

mayil-ai[bot] commented 4 months ago

Summary: Syntax highlighting issue with "from" keyword in CLI.

Possible Solution

Based on the provided information, the issue seems to be related to the CLI syntax highlighting for the from keyword when using the create rel table command. The relevant code snippets or files that could contain the logic for CLI command parsing and syntax highlighting are not provided. However, the solution would involve the following steps:

Since the provided code snippets do not contain the relevant code for CLI command parsing or syntax highlighting, no specific changes to the code can be suggested without access to the appropriate files in the codebase.

Code snippets to check