Giter Club home page Giter Club logo

Comments (3)

theHamsta avatar theHamsta commented on July 19, 2024

@wutianjun5858 probably the semantic token feature is not enabled for you. #if 0 is handled by traditional vim syntax highlighting, but not by tree-sitter. You can see here that the with semantic tokens enabled the expression after #if get evaluated neovim/neovim#15723

Did you set a highlight for LspComment? This plugin does not set any default highlights

from nvim-semantic-tokens.

wutianjun5858 avatar wutianjun5858 commented on July 19, 2024

@wutianjun5858 probably the semantic token feature is not enabled for you. #if 0 is handled by traditional vim syntax highlighting, but not by tree-sitter. You can see here that the with semantic tokens enabled the expression after #if get evaluated neovim/neovim#15723

Did you set a highlight for LspComment? This plugin does not set any default highlights

I do not know how to set LspComment?

from nvim-semantic-tokens.

nabaco avatar nabaco commented on July 19, 2024

I've added the following to my init.lua to make things work. Probably some colorscheme support this out of box.

vim.cmd([[highlight! link LspNamespace TSNamespace]])
vim.cmd([[highlight! link LspType TSType]])
vim.cmd([[highlight! link LspClass TSType]])
vim.cmd([[highlight! link LspEnum TSType]])
vim.cmd([[highlight! link LspInterface TSType]])
vim.cmd([[highlight! link LspStruct TSType]])
vim.cmd([[highlight! link LspTypeParameter TSType]])
vim.cmd([[highlight! link LspParameter TSParameter]])
vim.cmd([[highlight! link LspVariable TSVariable]])
vim.cmd([[highlight! link LspProperty TSProperty]])
vim.cmd([[highlight! link LspEnumMember TSVariableBuiltin]])
vim.cmd([[highlight! link LspEvent TSLabel]])
vim.cmd([[highlight! link LspFunction TSFunction]])
vim.cmd([[highlight! link LspMethod TSMethod]])
vim.cmd([[highlight! link LspMacro TSMacro]])
vim.cmd([[highlight! link LspKeyword TSKeyword]])
vim.cmd([[highlight! link LspModifier TSOperator]])
vim.cmd([[highlight! link LspComment TSComment]])
vim.cmd([[highlight! link LspString TSString]])
vim.cmd([[highlight! link LspNumber TSNumber]])
vim.cmd([[highlight! link LspRegexp TSStringRegexp]])
vim.cmd([[highlight! link LspOperator TSOperator]])

from nvim-semantic-tokens.

Related Issues (14)

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.