From f3e64d77b5fa5259b31380df53afbfd04ae5f571 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Fri, 3 Nov 2023 13:14:21 -0400 Subject: [PATCH] Expand comment to prql It's intended to be a replacement for SQL, but these tags may be used for keeping styles consistent later --- LS_COLORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LS_COLORS b/LS_COLORS index 5e5a62f..52e5c62 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -221,7 +221,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # core .t 38;5;114 # Code (interpreted) (Perl) .msql 38;5;222 # Code (SQL) .mysql 38;5;222 # Code (SQL) -.prql 38;5;222 # Code +.prql 38;5;222 # Code (SQL) .pgsql 38;5;222 # Code (SQL) .sql 38;5;222 # Code (SQL) .tcl 38;5;64;1 # Code (interpreted) (Tool Command Language)