Skip to content

Commit

Permalink
Adicionado a palavra begin como keyword para ter uma pintura padrao
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYampolschi committed Mar 20, 2024
1 parent a0ef745 commit 5262217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/advpl_language.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"patterns": [
{
"name": "keyword.control.advpl_language",
"match": "(?i)\\b(local|static|private|public|default|activate|alias|and|between|case|centered|class|constructor|data|define|dialog|do|else|elseif|end|endcase|endclass|enddo|endfunction|endif|exit|for|from|function|get|if|loop|main|method|next|nil|of|or|otherwise|pixel|return|select|step|to|user|var|while|where|as)\\b"
"match": "(?i)\\b(local|static|private|public|default|activate|alias|and|begin|between|case|centered|class|constructor|data|define|dialog|do|else|elseif|end|endcase|endclass|enddo|endfunction|endif|exit|for|from|function|get|if|loop|main|method|next|nil|of|or|otherwise|pixel|return|select|step|to|user|var|while|where|as)\\b"
}
]
},
Expand Down

0 comments on commit 5262217

Please sign in to comment.