From 6444845127c72b2d91d105d09549727a05346333 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 3 Oct 2023 21:44:47 +0200 Subject: [PATCH 1/2] Add PRQL --- LS_COLORS | 1 + 1 file changed, 1 insertion(+) diff --git a/LS_COLORS b/LS_COLORS index dae3e32..5e5a62f 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -221,6 +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 .pgsql 38;5;222 # Code (SQL) .sql 38;5;222 # Code (SQL) .tcl 38;5;64;1 # Code (interpreted) (Tool Command Language) From f3e64d77b5fa5259b31380df53afbfd04ae5f571 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Fri, 3 Nov 2023 13:14:21 -0400 Subject: [PATCH 2/2] 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)