Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvinG24 committed Jul 8, 2020
1 parent dde50ce commit 755290c
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 29 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Versiones y Actualizaciones
Cambios y Actualizaciones.

## [1.0.1] - 5-Jul-2020
### Agregado
- Arreglos minimos de errores en la sintaxis
- Incorporación de nuevas palabras reservadas
- imprimirf
- romper
- continuar
- otro
- error
- ret

## [1.0.0] - 5-Abr-2020
### Agregado
- Primera Versión
Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,22 @@ En VS Code para usar los snippets, escribimos el desencadenador deseado y presio
Cualquier error lo puedes reportar en: https://github.com/MelvinG24/Latino-VS/issues

# Documentación de Latino
Para aprender más sobre este maravilloso lenguaje de programación llamado Latino, puedes visitar la documentación oficial en el siguiente enlace: https://manuallatino.blogspot.com
Para aprender más sobre este maravilloso lenguaje de programación llamado Latino, puedes visitar la documentación oficial en el siguiente enlace: https://manual-latino.readthedocs.io/es/latest/

# Versiones y Actualizaciones
Cambios y Actualizaciones.

## [1.0.1] - 5-Jul-2020
### Agregado
- Arreglos minimos de errores en la sintaxis
- Incorporación de nuevas palabras reservadas
- imprimirf
- romper
- continuar
- otro
- error
- ret

## [1.0.0] - 5-Abr-2020
### Agregado
- Primera Versión
Expand Down
3 changes: 3 additions & 0 deletions bin/compilar.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- abril powershell
- cd.. hasta el repositorio
-- vsce package
Binary file not shown.
2 changes: 1 addition & 1 deletion language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
["'", "'"]
],
"indentationRules": {
"increaseIndentPattern": "\\b(caso|si|sino|elegir|defecto|mientras|repetir|desde|funcion|fun|osi)\\b((?!fin).)*$|\\{\\s*$",
"increaseIndentPattern": "\\b(caso|si|sino|elegir|defecto|otro|mientras|repetir|desde|funcion|fun|osi)\\b((?!fin).)*$|\\{\\s*$",
"decreaseIndentPattern": "^\\s*(caso|fin|sino|osi,?|\\}\\)?).*$"
}
}
40 changes: 19 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,26 @@
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.1",
"publisher": "MelvinGuerrero",
"publisher": "MelvinGuerrero",
"license": "MIT",
"author": {
"email": "[email protected]",
"name": "Melvin Guerrero",
"url": "https://melvinguerrero.blogspot.com"
},
"email": "[email protected]",
"name": "Melvin Guerrero",
"url": "https://melvinguerrero.blogspot.com"
},
"engines": { "vscode": "^1.0.0" },
"icon": "images/Latino-Logo.png",
"categories":[
"Programming Languages",
"Debuggers",
"Language Packs",
"Programming Languages",
"Snippets"
],
"keywords": [
"latino",
"lenguaje",
"language"
],
"latino",
"lenguaje",
"language"
],
"galleryBanner":{
"color": "#449eec",
"theme": "dark"
Expand All @@ -35,18 +36,15 @@
"url": "https://github.com/MelvinG24/Latino-VSCode.git"
},
"homepage": "https://github.com/MelvinG24/Latino-VSCode",
"activationEvents": ["*"],
"main": "images/iconsFiles/latino-icons.bundle.js",
"activationEvents": [
"onLanguage:latino"
],
"main": "./out/client/extension",
"scripts":{
"compile":"",
"vscode:uninstall": "node ./out/src/lifecycle"
},
"contributes": {
"iconThemes":
[
{
"id": "latino",
"label": "Latino Icon",
"path": "images/iconsFiles/latino-icon-theme.json",
"_watch": true
}
],
"languages":
[
{
Expand Down
3 changes: 2 additions & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"displayName": "Lenguaje Latino",
"description": "Sintaxis de Latino (lenguaje de programación con sintaxis en Español) para VS Code."
"description": "Sintaxis de Latino (lenguaje de programación con sintaxis en Español) para VS Code.",
"version":"1.0.1"
}
10 changes: 5 additions & 5 deletions syntaxes/latino.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"begin": "/\\*",
"end": "\\*/",
"description": "Linea de comentario multiple"
},{
}, {
"name": "invalid.illegal.latino",
"begin":"(\"|'|\\(|{|\\[)<\\w>+$",
"end": "(?!\\))|$|\\n",
Expand All @@ -27,7 +27,7 @@
"end": "'"
}, {
"name": "keyword.control.logic.latino",
"match": "&&|\\|\\||!"
"match": "&&|\\|\\||!|!="
}, {
"name": "invalid.illegal.latino",
"match": "=(\\+|-|\\*|\\/|%|\\^|!|<|>|~)|===",
Expand All @@ -41,10 +41,10 @@
"description": "Marcador de numeros"
}, {
"name": "keyword.control.latino",
"match": "(incluir|retorno|retornar)"
"match": "(incluir|retorno|retornar|ret|error|romper|continuar)"
}, {
"name": "constant.language.latino",
"match": "(escribir|imprimir|poner)"
"match": "(escribir|imprimir|poner|imprimirf|global)"
}, {
"name": "constant.language.latino",
"match": "(mate|sis|cadena|paquete|lista|gc|archivo|dic)(?=\\.)"
Expand All @@ -53,7 +53,7 @@
"match": "\\b(verdadero|falso|cierto|nulo)\\b"
}, {
"name": "support.function.latino",
"match": "(sino|osi|si|fin|elegir|caso|defecto|repetir|desde|hasta|mientras|funcion|fun|ret|global)"
"match": "(sino|osi|si|fin|elegir|caso|defecto|otro|repetir|desde|hasta|mientras|funcion|fun)"
}, {
"name": "keyword.control.latino",
"match": "(?!\\d)\\w+(?=\\s*(?:\\())",
Expand Down

0 comments on commit 755290c

Please sign in to comment.