-
Notifications
You must be signed in to change notification settings - Fork 66
Add SurrealQL support for tracking #1269
Copy link
Copy link
Open
Labels
Description
Feature Request: SurrealQL (.surql) language support
Currently, WakaTime supports .sql files for standard SQL-based query files, but it does not recognize SurrealQL .
SurrealQL is the official query language of SurrealDB and was recently added as a recognized language in GitHub Linguist (PR #6641).
At the moment, .surql files are detected as “Other” in WakaTime, which means time spent writing SurrealQL queries is not properly categorized or counted.
It would be great to see .surql files recognized as SurrealQL in WakaTime.
Reactions are currently unavailable