Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add J language support #17

Merged
merged 3 commits into from
Jun 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add J language support
eNascimento178 committed Jun 11, 2024
commit 15e3b4ec55169749af21d2d32869d160295bc24b
11 changes: 11 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
@@ -726,6 +726,17 @@
"quotes": [["''", "''"]],
"extensions": ["thy"]
},
"J":{
"name": "J",
"line_comment": ["NB."],
"multi_line_comments": ["Note", "\n)"],
"quotes": ["'", "'"],
"verbatim_quotes": [
["{{)n", "\n}}"],
["0 : 0", "\n)"]
] ,
"extensions": ["ijs", "jproj"]
},
"Jai": {
"name": "JAI",
"line_comment": ["//"],