1
1
mirror of https://github.com/codota/TabNine.git synced 2024-07-14 13:40:28 +03:00

Merge pull request #563 from GitMensch/patch-1

COBOL identifier with hyphen
This commit is contained in:
Dima Abramovich 2022-12-12 14:27:01 +02:00 committed by GitHub
commit 8ba545f20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" },