mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
remove isKeywordIgnoreCase from highlite, not used , can't even compile with -d:useNimRtl (#18399)
This commit is contained in:
@@ -188,9 +188,6 @@ const
|
||||
proc isKeyword(x: openArray[string], y: string): int =
|
||||
binarySearch(x, y)
|
||||
|
||||
proc isKeywordIgnoreCase(x: openArray[string], y: string): int =
|
||||
binarySearch(x, y, cmpIgnoreCase)
|
||||
|
||||
proc nimNextToken(g: var GeneralTokenizer, keywords: openArray[string] = @[]) =
|
||||
const
|
||||
hexChars = {'0'..'9', 'A'..'F', 'a'..'f', '_'}
|
||||
|
||||
Reference in New Issue
Block a user