Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Dec 14, 2021
1 parent b084ea8 commit fc644f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions processor/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ type LanguageFeature struct {
Strings *Trie
Tokens *Trie
Nested bool
ComplexityCheckMask uint64
SingleLineCommentMask uint64
MultiLineCommentMask uint64
StringCheckMask uint64
ProcessMask uint64
ComplexityCheckMask byte
SingleLineCommentMask byte
MultiLineCommentMask byte
StringCheckMask byte
ProcessMask byte
Keywords []string
Quotes []Quote
}
Expand Down

0 comments on commit fc644f5

Please sign in to comment.