From 88caab8f5c3c1aa25e092328dac18e4dec158c16 Mon Sep 17 00:00:00 2001 From: Simon Sobisch Date: Sun, 9 Oct 2022 11:33:49 +0200 Subject: [PATCH] COBOL identifier with hyphen --- language_tokenization.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/language_tokenization.json b/language_tokenization.json index 51e2320..a1cf419 100644 --- a/language_tokenization.json +++ b/language_tokenization.json @@ -27,6 +27,9 @@ "lsp_id": "tex" }, "Clojure": { "lsp_id": "clojure" }, + "COBOL": { + "add_identifier_chars": "-" + }, "CoffeeScript": { "lsp_id": "coffeescript" }, "C/C++": { "lsp_id": "cpp" }, "C#": { "lsp_id": "csharp" },