summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-20Fixed lua style issues, updated grammar version to fix macOS build issuesAndrew Helwer
2021-08-20Filetype is tlaAndrew Helwer
2021-08-20Added TLA+ grammar & queriesAndrew Helwer
2021-08-20Add jsx to javascript (#1696)Santos Gallegos
This is mainly so the playground doesn't error when opening the jsx query files.
2021-08-20feat(vim): support augroupsThomas Vigouroux
2021-08-20[docgen] Update README.mdGithub Actions
skip-checks: true
2021-08-20fix(viml): update and support mappingsThomas Vigouroux
2021-08-19Update lockfile.jsonGitHub
2021-08-18Remove redunant capture.Aleksei Abakumkin
2021-08-18Update CSharp highlights.Aleksei Abakumkin
2021-08-18Update lockfile.jsonGitHub
2021-08-18Disable combined injections for HEExClay
2021-08-18Add doctype highlightsClay
2021-08-18Update surface version, fix highlightsClay
2021-08-18Add HEEx language support, add missing commentstringsClay
2021-08-17Update lockfile.jsonGitHub
2021-08-17highlights(lua): Add semicolonsSergio Alejandro Vargas
2021-08-16fix(vim): highlight more punctuationThomas Vigouroux
2021-08-16feat: add support for vimThomas Vigouroux
2021-08-14Lua: highlight uppercase variables as constants (#1690)Santos Gallegos
2021-08-14Add comment highlighting for keywords in Haskell (#1695)jpe90
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
2021-08-14Update lockfile.json (#1689)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2021-08-14Query: update locals (#1692)Santos Gallegos
2021-08-14Query: highlight numbersSantos Gallegos
2021-08-13Fix: Improve Elixir highlighting performance (#1682)Connor Lay (Clay)
2021-08-13Update lockfile.jsonGitHub
2021-08-12highlights(zig): label, switch item, operator, punctuation, field property ↵maxxnino
(#1685) Co-authored-by: maxxnino <idonthaveemail@dontknow.com>
2021-08-12[docgen] Update README.mdGithub Actions
skip-checks: true
2021-08-12Enable to highlight shebang on JS/TSdelphinus
2021-08-11Update lockfile.jsonGitHub
2021-08-11Update locklife.jsonmaxxnino
2021-08-11Update new query and parser for zigmaxxnino
2021-08-09Update lockfile.jsonGitHub
2021-08-09Fix instance and singleton method locals for RubyYorick Peterse
Ruby singleton methods (`def x.y ... end`) weren't covered in the list of locals. In addition, instance methods didn't support names that are capitalised (`def Integer ... end`). This commit ensures that both instance and singleton methods are supported, and that both support identifiers and constants as their names. This ensures that all following examples are covered: def foo; end def FOO; end def self.bar; end def self.BAR; end
2021-08-08Update lockfile.json (#1679)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2021-08-08RST: use `any-of?` instead of `match?` (#1678)Santos Gallegos
2021-08-08RST: add code-block to injections (#1677)Santos Gallegos
This isn't part of the rst spec, but it's common enough on third party libs (sphinx specially).
2021-08-08Update lockfile.json (#1676)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2021-08-08CI: fix update lockfile jobSantos Gallegos
Ref https://github.com/nvim-treesitter/nvim-treesitter/pull/1661#issuecomment-894722369
2021-08-07feat: allow 'revision' override in parser config (#1661)Munif Tanjim
2021-08-06Update lockfile.jsonGitHub
2021-08-06Update lockfile.jsonGitHub
2021-08-06fix(c_sharp): Improve highlightsLuxed
2021-08-06feat(c_sharp): Simplify folds by only folding blocks of code instead ofLuxed
folding the methods and their attributes
2021-08-06feat(c_sharp): Add first draft of localsLuxed
2021-08-06Add zig ftdetect fileGregory Anders
2021-08-04highlights(zig): function return type, var decl typemaxxnino
2021-08-04highlights(zig): highlight enum,union,error and custom number typemaxxnino
* highlight enum field as a constant * highlight cImport and constructor * highlight else_switch enum constant
2021-08-03[docgen] Update README.mdGithub Actions
skip-checks: true
2021-08-03fix: query_predicate - nthMunif Tanjim