aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensure `ft_to_lang` supports multipart filetypes.Robert Jackson2021-11-111-2/+7
* Add `html.handlebars` as a valid type for the glimmer parser.Robert Jackson2021-11-111-0/+1
* Add Operators for RubyCameron2021-11-111-5/+38
* fix(vue.indents): add support for template_elementCyril Mizzi2021-11-111-0/+4
* fix: define indents.scm for html_tags and inherits html and vue from this fileCyril Mizzi2021-11-113-23/+13
* feat(vue): add indents.scm fileCyril Mizzi2021-11-111-0/+12
* Update lockfile.jsonGitHub2021-11-081-3/+3
* docs: make comment more specificSirisak Lueangsaksri2021-11-081-1/+1
* refactor: nitpickingSirisak Lueangsaksri2021-11-083-3/+3
* feat: sync install for `ensure_installed`Sirisak Lueangsaksri2021-11-083-1/+8
* docs: move description to the first lineDundar Göc2021-11-051-3/+1
* Update lockfile.jsonGitHub2021-11-041-1/+1
* fix(teal): highlighting for typesLewis Russell2021-11-041-2/+2
* Update lockfile.jsonGitHub2021-11-031-3/+3
* chore: fix typosDundar Göc2021-11-0215-20/+20
* Add `ftdetect` setup for `glimmer` parser. (#1973)Robert Jackson2021-11-021-0/+1
* feat(svelte): inject JS on `each` expression (#1969)elianiva2021-11-021-1/+4
* Update queries/python/highlights.scmSantos Gallegos2021-11-011-1/+1
* Revert "feat: add `del` keyword for highlights"Santos Gallegos2021-11-011-2/+2
* Update lockfile.jsonGitHub2021-11-011-2/+2
* Fix typo in locals.lua: vaild -> validStephan Seitz2021-11-011-1/+1
* Fix bugs in TSRangeStephan Seitz2021-11-011-2/+4
* Update lockfile.jsonGitHub2021-11-011-5/+5
* feat: add `del` keyword for highlightsAshish Panigrahi2021-11-011-2/+2
* D: fix duplicate `@namespace` captureSantos Gallegos2021-10-311-4/+2
* Rust: highlight uppercase identifiers in match arms as constant (#1940)Santos Gallegos2021-10-301-0/+15
* Add fennel ftdetect file (#1952)Yuri Pieters2021-10-301-0/+1
* yaml: improve highlights and locals (#946)Santos Gallegos2021-10-262-14/+33
* Update lockfile.jsonGitHub2021-10-231-2/+2
* Use wrapper around vim.notify with common optionsSantos Gallegos2021-10-223-3/+9
* Elixir: fix a few highlights, add ExUnit support to locals (#1933)Clay2021-10-222-13/+37
* Update parsers with C# fixes (#1910)Stephan Seitz2021-10-222-6/+7
* Python: highlight interpolation escaped charsSantos Gallegos2021-10-221-1/+5
* Update lockfile.jsonGitHub2021-10-211-19/+25
* Add zig as compiler for parsermaxxnino2021-10-212-1/+12
* Highlight zig add missing AssignOpmaxxnino2021-10-211-1/+1
* [docgen] Update README.mdGithub Actions2021-10-211-3/+4
* ci: use nvim v0.5.1 on CIStephan Seitz2021-10-216-16/+22
* ci: upload artifacts before checkStephan Seitz2021-10-211-5/+5
* fix(d): don't use string_literalsCezary Drożak2021-10-201-4/+8
* [docgen] Update README.mdGithub Actions2021-10-201-0/+1
* highlights(cpp): highlight literal_suffix as `@operator`Stephan Seitz2021-10-201-0/+2
* Use vim.notify instead of print in some places (#1927)Santos Gallegos2021-10-191-2/+2
* HTML: highlight text nodes as textSantos Gallegos2021-10-151-1/+1
* Highlight and,or,not,in as @keyword.operatorConnor Lay (Clay)2021-10-131-4/+8
* Fix documentation highlights, formattingConnor Lay (Clay)2021-10-131-45/+35
* Locals matching "when" operator, add pipe queriesConnor Lay (Clay)2021-10-132-62/+95
* Increase Elixir locals pattern match depth to 20 nodesConnor Lay (Clay)2021-10-131-3/+39
* Update locals with support for deep pattern matchesConnor Lay (Clay)2021-10-132-75/+66
* Update indents & fix catch highlightsConnor Lay (Clay)2021-10-132-14/+5