Skip to content

Commit

Permalink
Adiciona "ou" e "não" como palavras chaves
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanNunes committed Jun 17, 2021
1 parent 6121fbc commit c377823
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions extensao_lpb_vscode/lpb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lpb",
"displayName": "LPB - Linguagem de Programação Brasileira",
"description": "Syntax Highlighting para programar na linguagem LPB - Linguagem de Programação Brasileira.",
"version": "0.5.0",
"version": "0.6.0",
"publisher": "LPB",
"repository": {
"url": "https://github.com/AlanNunes/compilador-lpb"
Expand All @@ -12,7 +12,9 @@
"vscode": "^1.56.0"
},
"categories": [
"Programming Languages"
"Programming Languages",
"Snippets",
"Education"
],
"contributes": {
"languages": [
Expand Down
2 changes: 1 addition & 1 deletion extensao_lpb_vscode/lpb/syntaxes/lpb.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"patterns": [
{
"name": "keyword.control.lpb",
"match": "\\b(se|então|senão|senão se|fimse|enquanto|fimenquanto|repita|fimrepita|retorne|até|func|fimfunc|e|ConverteParaInteiro)\\b"
"match": "\\b(se|então|senão|senão se|fimse|enquanto|fimenquanto|repita|fimrepita|retorne|até|func|fimfunc|e|ou|não|ConverteParaInteiro)\\b"
},
{
"name": "keyword.operator.comparison.lpb",
Expand Down

0 comments on commit c377823

Please sign in to comment.