-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
add umka language #15061
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
base: master
Are you sure you want to change the base?
add umka language #15061
Conversation
Co-authored-by: Kristoffer Plagborg Bak Sørensen <[email protected]>
Co-authored-by: Kristoffer Plagborg Bak Sørensen <[email protected]>
Co-authored-by: Kristoffer Plagborg Bak Sørensen <[email protected]>
|
@kpbaks Anything else that needs fixing? |
I will have a look at it again in the afternoon 🙂 |
|
|
||
| [[language]] | ||
| name = "umka" | ||
| scope = "source.umka" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| scope = "source.umka" | |
| scope = "source.umka" | |
| injection-regex = "umka" |
|
Do you know if the language provides a formatting or lsp program? |
|
While we only require [
(literal)
(builtinCallFmt)
(qualIdent)
(constDecl)
(rcvSignature)
(parameterList)
(switchStmtDisambiguated)
(exprSwitchStmt)
(builtinCallBasic)
(fullVarDecl)
(typeOf)
(block)
(functionCall)
(builtinCallMake)
(returnType)
(import)
] @rainbow.scope
[
"{" "}"
"(" ")"
"[" "]"
] @rainbow.bracketI do not think I have covered all the language constructs. If you put it in |
Adds umka lang tree sitter
https://github.com/vtereshkov/umka-lang
https://github.com/thacuber2a03/tree-sitter-umka/tree/f2588765c45d7f5099d53cf34b46883f31407ff2