Giter Club home page Giter Club logo

tabby-highlight's People

Contributors

moemoechu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

tabby-highlight's Issues

[Help] RegEx with case insensitive

Hello, this is a test regex:

\bWORD(A(B)?)?\b

image

I'm trying to add case-insensitive flag to the regex in tabby-highlight so that even matches such as wordA or WORdAb can be highlighted, but I'm encountering difficulties, so I would kindly ask for help.

Highlight priority

I have, for example, 5 regex expressions. What order of matching expressions is? From top at first to bottom as last or vice versa?

如何离线安装?

使用环境无法访问外网,没办法用插件管理器直接安装,请问如何手动离线安装插件?

After The Version Upgrade....

After the version upgrade for highlight, it is not working anymore. Am I missing something. It was working before the upgrade.
Also the add on is not working for USB COM connections....

Thanks in advance!

Tabby 安装报错

image

我在安装插件时,提示该错误,不知道是哪边的问题

Regex alternate screen garbled

Alternate screens shows garbage symbols for some expressions that use "+" or "*" symbols, i.e.

'(.|\r|\n)*?'|"(.|\r|\n)*?"|`(.|\r|\n)*?`

(everything in quotes)
or

\$\b([_a-zA-Z0-9]+)\b

(every word starting with $)
Is there any workaround for this?
Example:

  • print with "cat" (regex is working and coloring): [ "$VM" == "" ] || [ "$IP" == "" ] || [ "$NVIDIA" == "" ] && usage
  • how it looks inside vim:
    [ "CCCOOONNN_SSSEEEQQQ____CCCOOONNN_SSSEEEQQQ$VM__CCCOOONNN_SSSEEEQQQ____CCCOOONNN_SSSEEEQQQ__" == "" ] || [ "CCCOOONNN_SSSEEEQQQ____CCCOOONNN_SSSEEEQQQ$IP__CCCOOONNN_SSSEEEQQQ____CCCOOONNN_SSSEEEQQQ__" == "" ] || [ "CCCOOONNN_SSSEEEQQQ____CCCOOONNN_SSSEEEQQQ$NVIDIA__CCCOOONNN_SSSEEEQQQ____CCCOOONNN_SSSEEEQQQ__" == "" ] && usage

Could you show an example of using RegEx?

Hi, I have been trying to use the RegEx, but for some reason I do not understand how this works.

For example, I wanted to match any word that has "succ" in the beginning. So the whole word should then be highlighted.

Like: succeed, succeeded, successful, etc.

For that, I used this RegEx: succ.*

But this does not work, actually no RegEx I tried worked at all. Could you please show a few examples how it can be used?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.