VariableKeywordMatcher is a C# library offering several string-keyword matchers, they allow you match keyword by Initials\Chinese PinYin(plugin needed)\Japanese Romaji(plugin needed)... You can get the keyword hit position that allow you to highlight the matched words.
VariableKeywordMatcher.Provider.JapaneseRomaji is the Japanese Romaji matcher(plugin) for VariableKeywordMatcher or VariableKeywordMatcherIn1. e.g. "konni" will hit "こんにちは".
VariableKeywordMatcher.Provider.JapaneseRomaji is the Chinese PinYin Initials matcherVariableKeywordMatcher(plugin) for VariableKeywordMatcher.
e.g. "NH" will hit "你好".
VariableKeywordMatcherIn1 is a C# library offering several string-keyword matchers(English + PinYin), they allow you match keyword by Initials\Chinese PinYin\Japanese Romaji(plug-in needed)... You can get the keyword hit position that allow you to highlight the matched words.
Can generate user-friendly .NET type name and aware of C# keywords.
Add this package to your core library, so it would get the source code of this module without installing a binary dependency. Then proceed with using corresponding functionality from Atom.Util namespace, like if it was installed...
More information