summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/highlight.lua
AgeCommit message (Expand)Author
2021-07-20fix: make additional_vim_regex_highlighting actually accept a listSimon Hauser
2021-07-14add @tag.attribute for html like attributeslmlorca
2021-07-11Highlights: define string.special (#1551)Santos Gallegos
2021-07-04Use stylua for autoformat code (#1480)Santos Gallegos
2021-07-04feat(keywords) merge return and yield into keyword.return groupantonk52
2021-07-04feat(keywords) add keyword.return & keyword.yieldantonk52
2021-06-22fix typo: Enviroment -> Environmentkmarius
2021-04-24highlight: add 'comment' to hlmapMunif Tanjim
2021-03-30Add text.reference and text.environmentStephan Seitz
2021-03-30latex: add TSMath that behaves like vimtex math highlightingStephan Seitz
2021-03-18feat: Allow tables for additional_vim_regex_highlightingStephan Seitz
2021-03-18feat: Allow to configure to use syntax and tree-sitter togetherStephan Seitz
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
2021-03-04[highlights] Add TSSymbol highlight groupDennis B
2021-02-11HTML: improve highlights & injectionsSantos Gallegos
2021-01-14fix(highlight): fix detach functionThomas Vigouroux
2021-01-14fix(highlight): remove unneeded query managementThomas Vigouroux
2020-12-21Remove deprecated highlightsdelphinus
2020-12-07typorockerBOO
2020-12-07cleanup: Add additional contextrockerBOO
2020-12-07docs: Update docs for missing groups, re-order alphabeticallyrockerBOO
2020-11-23fix: update interface following languagetree merge (#687)Thomas Vigouroux
2020-10-19feat(languagetree): implement language treeThomas Vigouroux
2020-10-13fix(highlights): use new highlighter interfaceThomas Vigouroux
2020-10-12highlight: use new highlighter interfaceThomas Vigouroux
2020-10-10fix(highlights): Add TSNamespace highlightStephan Seitz
2020-09-19Add @keyword.operator for operators that are English words and add @exception...Stephan Seitz
2020-09-18Re-add attribute highlightAkin Sowemimo
2020-09-18Add TSTag and TSTagDelimiter groupsTravonteD
2020-09-15add TSNonekiyan42
2020-08-22fix(modules): do not reattach if already attachedSteven Sojka
2020-08-16feat(highlights): add is predicateSteven Sojka
2020-08-14fix: refactor after upstream refactorThomas Vigouroux
2020-08-10fix(highlight): Use TSParameterThomas Vigouroux
2020-08-09Change capture groups and add variable highlightsAkin Sowemimo
2020-08-09Lua: highlight function nameSantos Gallegos
2020-07-27Parsers: add reStructuredTextSantos Gallegos
2020-07-23Rename attribute to annotationAkin Sowemimo
2020-07-23Add attribute to the highlight mapAkin Sowemimo
2020-07-16Refactor locals.lua:Stephan Seitz
2020-07-16Refactor: Add parsers.get_buf_langStephan Seitz
2020-07-13Fix #167: Add custom_captures config key to set highlights for custom queriesStephan Seitz
2020-06-26highlight: use custom highlight groupsThomas Vigouroux
2020-06-21Merge pull request #90 from kyazdani42/fix/parser-names-as-filetypesKiyan Yazdani
2020-06-21Updated python highlightsJakub Łuczyński
2020-06-20refactor: parser list and lang->ft/ft->langkiyan42
2020-05-17Introduce `@include`Stephan Seitz
2020-05-12refacto/feat: better handling of parser updateskiyan42
2020-05-07feat: support suggested highlightsThomas Vigouroux
2020-04-24feat/refacto: improve configurationskiyan42