aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update lockfile.jsonGitHub2022-10-091-2/+2
|
* fix: don't overwrite highlights when definingThomas Vigouroux2022-10-081-1/+1
|
* Update lockfile.jsonGitHub2022-10-071-2/+2
|
* Update lockfile.jsonGitHub2022-10-071-1/+1
|
* feat(twig): add @spell on commentsgbprod2022-10-061-1/+1
|
* Fix php indent for short array declarationgbprod2022-10-063-0/+7
|
* Update lockfile.jsonGitHub2022-10-051-2/+2
|
* feat(spell) added spell to html-tags textLampros2022-10-051-1/+1
|
* Update lockfile.jsonGitHub2022-10-051-2/+2
|
* Update lockfile.jsonGitHub2022-10-041-1/+1
|
* highlights(proto): highlight optionalMatthias Vogelgesang2022-10-041-0/+1
| | | | | `optional` came back with protobuf 3.15 as a valid modifier so highlight it the same way as `repeated`.
* Update lockfile.jsonGitHub2022-10-041-5/+5
|
* Update lockfile.jsonGitHub2022-10-031-0/+3
|
* Update READMEGithub Actions2022-10-031-1/+1
|
* style: fix code styling according to Styluagbprod2022-10-031-1/+1
|
* Introduce twig parsergbprod2022-10-034-1/+74
| | | | | This commit introduce parser, highlights and injections for the [twig syntax](https://twig.symfony.com)
* Update lockfile.jsonGitHub2022-10-031-3/+3
|
* fix(test): update tests to Nvim 0.8Christian Clason2022-10-022-5/+5
|
* Update lockfile.jsonGitHub2022-10-021-4/+4
|
* docs: add example of how to use function to disable a moduleJędrzej Boczar2022-10-011-0/+8
|
* Update lockfile.jsonGitHub2022-09-301-4/+4
|
* Update lockfile.jsonGitHub2022-09-301-2/+2
|
* ci: relax check for valid captures (only check prefixes)Stephan Seitz2022-09-291-1/+12
|
* Update READMEGithub Actions2022-09-291-1/+1
|
* Update lockfile.jsonGitHub2022-09-291-7/+7
|
* update vimdoc parser and queriesChristian Clason2022-09-293-13/+13
|
* indents(wgsl): add indents.scmStephan Seitz2022-09-283-0/+81
|
* haskell/highlights: Match `pattern` as a keywordJade Lovelace2022-09-271-0/+1
| | | | | | | | | | | Sample: -- | Smart constructor that deduplicates plugins pattern IdePlugins :: [PluginDescriptor ideState] -> IdePlugins ideState pattern IdePlugins{ipMap} <- IdePlugins_ (sortOn (Down . pluginPriority) . HashMap.elems -> ipMap) _ where IdePlugins ipMap = IdePlugins_{ipMap_ = HashMap.fromList $ (pluginId &&& id) <$> ipMap , lookupCommandProvider = lookupPluginId ipMap }
* feat(slint): <=> operatorShootingStarDragons2022-09-261-0/+1
| | | | | | | | Slint have support <=> operator, so add this for highlight, Next time when lockfile.json is update, then merge this one Log: slint
* highlights(php): add spellLaytan Laats2022-09-261-2/+2
|
* feat(spell): support more languagesLewis Russell2022-09-2627-44/+41
|
* Update lockfile.jsonGitHub2022-09-261-1/+1
|
* Update lockfile.jsonGitHub2022-09-251-1/+1
|
* Update lockfile.jsonGitHub2022-09-241-1/+1
|
* Update lockfile.jsonGitHub2022-09-241-1/+1
|
* feat(comment): highlight `NOTE` as `@text.note` (#3537)Erik Westrup2022-09-231-0/+6
|
* Update lockfile.jsonGitHub2022-09-231-2/+2
|
* ci(lint): update stylua-actionsChristian Clason2022-09-231-1/+1
|
* Update READMEGithub Actions2022-09-201-1/+1
|
* chore(pug): mark as experimentalObserverOfTime2022-09-201-0/+1
|
* Update lockfile.jsonGitHub2022-09-191-1/+1
|
* fix(highlight): respect g:skip_ts_default_groups on ColorScheme autocmdNull Chilly2022-09-191-1/+1
|
* highlights(elvish): Use `@function.builtin` for operator-like functionsTobias Frilling2022-09-191-1/+1
| | | Elvish uses prefix notation even for mathematical operators (i.e. `<= 1 2 3 4`), so these should be considered functions.
* Update lockfile.jsonGitHub2022-09-191-4/+4
|
* Update lockfile.jsonGitHub2022-09-181-1/+1
|
* Update lockfile.jsonGitHub2022-09-171-1/+1
|
* Update lockfile.jsonGitHub2022-09-171-1/+1
|
* Update lockfile.jsonGitHub2022-09-161-3/+3
|
* fix(ecma injections): jsdoc match /** */ onlyNick Friday2022-09-151-1/+3
|
* Update lockfile.jsonGitHub2022-09-151-1/+1
|