Removed duplicated definition of "const" keyword

This commit is contained in:
Mateus Morais Dias de Souza 2020-12-06 18:03:55 -03:00 committed by GitHub
parent 79c4f9fcae
commit 7db62494ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ syntax.add {
["case"] = "keyword",
["default"] = "keyword",
["auto"] = "keyword",
["const"] = "keyword",
["void"] = "keyword",
["int"] = "keyword2",
["short"] = "keyword2",