1
1
mirror of https://github.com/codota/TabNine.git synced 2024-10-03 20:57:46 +03:00

COBOL identifier with hyphen

This commit is contained in:
Simon Sobisch 2022-10-09 11:33:49 +02:00 committed by GitHub
parent ede864d6aa
commit 88caab8f5c
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" },