From 5ceb901093edeef7095a6db3a1200f44bf8b8420 Mon Sep 17 00:00:00 2001 From: stampes Date: Tue, 25 May 2021 17:44:02 +0200 Subject: [PATCH] Add initial support for Dyalog APL --- languages.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/languages.json b/languages.json index 643ca1255..47fb4e2b9 100644 --- a/languages.json +++ b/languages.json @@ -22,6 +22,34 @@ ], "multi_line": [], "quotes": [] + }, + "APL": { + "complexitychecks": [ + ":For ", + ":If ", + ":Case ", + ":CaseList ", + ":While ", + ":Repeat ", + ":Else ", + "∨", + "∧", + "≠", + "~", + "¨", + "=" + ], + "extensions": [ + "apl", + "aplf", + "apln", + "aplc" + ], + "line_comment": [ + "⍝" + ], + "multi_line": [], + "quotes": ["'"] }, "ASP": { "complexitychecks": [