Skip to content

Commit

Permalink
Merge pull request universal-ctags#4110 from cousteaulecommandant/pat…
Browse files Browse the repository at this point in the history
…ch-1

verilog.c: keyword "unsigned1" should be "unsigned", without the 1
  • Loading branch information
hirooih authored Nov 15, 2024
2 parents 6bd3db9 + 684ec80 commit a8d6f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/verilog.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ static const struct keywordGroup verilogKeywords = {
"scalared", "showcancelled", "signed", "small", "specify",
"specparam", "strong0", "strong1", "supply0", "supply1", "table",
"task", "time", "tran", "tranif0", "tranif1", "tri", "tri0", "tri1",
"triand", "trior", "trireg", "unsigned1", "use", "uwire", "vectored",
"triand", "trior", "trireg", "unsigned", "use", "uwire", "vectored",
"wait", "wand", "weak0", "weak1", "while", "wire", "wor", "xnor", "xor",
NULL
},
Expand Down

0 comments on commit a8d6f6d

Please sign in to comment.