...
This commit is contained in:
0
tools/syntax-highlighting/build.sh
Normal file → Executable file
0
tools/syntax-highlighting/build.sh
Normal file → Executable file
@@ -2,8 +2,13 @@
|
|||||||
"name": "nub-lang",
|
"name": "nub-lang",
|
||||||
"displayName": "Nub Language Support",
|
"displayName": "Nub Language Support",
|
||||||
"description": "Syntax highlighting for Nub programming language",
|
"description": "Syntax highlighting for Nub programming language",
|
||||||
"version": "0.1.0",
|
"version": "0.0.0",
|
||||||
"publisher": "nub31",
|
"publisher": "nub31",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.oliste.no/nub31/nub-lang"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.74.0"
|
"vscode": "^1.74.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
"patterns": [
|
"patterns": [
|
||||||
{
|
{
|
||||||
"name": "keyword.control.nub",
|
"name": "keyword.control.nub",
|
||||||
"match": "\\b(if|else|while|for|break|continue|return)\\b"
|
"match": "\\b(if|else|while|break|continue|return)\\b"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "keyword.other.nub",
|
"name": "keyword.other.nub",
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
"patterns": [
|
"patterns": [
|
||||||
{
|
{
|
||||||
"name": "storage.type.primitive.nub",
|
"name": "storage.type.primitive.nub",
|
||||||
"match": "\\b(int|float|double|char|bool|string|void)\\b"
|
"match": "\\b(i8|i16|i32|i64|u8|u16|u32|u64|f32|f64|bool|string)\\b"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "storage.type.array.nub",
|
"name": "storage.type.array.nub",
|
||||||
|
|||||||
Reference in New Issue
Block a user