Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
langkama 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eoussama committed Mar 24, 2024
1 parent c4a29b9 commit 7ce869e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [0.1.3]

- LangKama version 0.1.6
- Added highlighting for the `bruh` keyword

## [0.1.2]

- LangKama version 0.1.5
Expand Down
10 changes: 5 additions & 5 deletions assets/test.nkm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bs variables
hear me out x is 1;
a sa7 hear me out y is 2;
hear me out x is 1.
a sa7 hear me out y is 2.

big if true (x > y) {

Expand All @@ -9,11 +9,11 @@ big if true (x > y) {
}

let me cook add (a, b) {
reda a + b;
reda a + b.
}

cook until (W) {
loncina("heloo");
loncina("hello").
}

loncina("hello");
loncina("hello").
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.2",
"version": "0.1.3",
"name": "nakama-realm",
"publisher": "eoussama",
"icon": "assets/logo.png",
Expand Down Expand Up @@ -85,6 +85,6 @@
"yo": "^5.0.0"
},
"dependencies": {
"@nakamaorg/langkama": "^0.1.5"
"@nakamaorg/langkama": "^0.1.6"
}
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion syntaxes/nkm.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"patterns": [
{
"name": "keyword.control.nkm",
"match": "\\b(is|sike|jk|big if true|let me cook|reda|cook until|hear me out|a sa7 hear me out)\\b"
"match": "\\b(is|sike|bruh|jk|big if true|let me cook|reda|cook until|hear me out|a sa7 hear me out)\\b"
}
]
},
Expand Down

0 comments on commit 7ce869e

Please sign in to comment.