| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-27 | haskell/highlights: Match `pattern` as a keyword | Jade Lovelace | |
| 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 } | |||
| 2022-09-26 | feat(slint): <=> operator | ShootingStarDragons | |
| Slint have support <=> operator, so add this for highlight, Next time when lockfile.json is update, then merge this one Log: slint | |||
| 2022-09-26 | highlights(php): add spell | Laytan Laats | |
| 2022-09-26 | feat(spell): support more languages | Lewis Russell | |
| 2022-09-26 | Update lockfile.json | GitHub | |
| 2022-09-25 | Update lockfile.json | GitHub | |
| 2022-09-24 | Update lockfile.json | GitHub | |
| 2022-09-24 | Update lockfile.json | GitHub | |
| 2022-09-23 | feat(comment): highlight `NOTE` as `@text.note` (#3537) | Erik Westrup | |
| 2022-09-23 | Update lockfile.json | GitHub | |
| 2022-09-23 | ci(lint): update stylua-actions | Christian Clason | |
| 2022-09-20 | Update README | Github Actions | |
| 2022-09-20 | chore(pug): mark as experimental | ObserverOfTime | |
| 2022-09-19 | Update lockfile.json | GitHub | |
| 2022-09-19 | fix(highlight): respect g:skip_ts_default_groups on ColorScheme autocmd | Null Chilly | |
| 2022-09-19 | highlights(elvish): Use `@function.builtin` for operator-like functions | Tobias Frilling | |
| Elvish uses prefix notation even for mathematical operators (i.e. `<= 1 2 3 4`), so these should be considered functions. | |||
| 2022-09-19 | Update lockfile.json | GitHub | |
| 2022-09-18 | Update lockfile.json | GitHub | |
| 2022-09-17 | Update lockfile.json | GitHub | |
| 2022-09-17 | Update lockfile.json | GitHub | |
| 2022-09-16 | Update lockfile.json | GitHub | |
| 2022-09-15 | fix(ecma injections): jsdoc match /** */ only | Nick Friday | |
| 2022-09-15 | Update lockfile.json | GitHub | |
| 2022-09-14 | Update lockfile.json | GitHub | |
| 2022-09-14 | highlights(sql): remove grouped keyword | Matthias Queitsch | |
| 2022-09-14 | update sql lockfile | Matthias Queitsch | |
| 2022-09-14 | highlights(sql): removed duplicate keywords, added new keyword, hashing | Matthias Queitsch | |
| as function.calls | |||
| 2022-09-13 | Update lockfile.json | GitHub | |
| 2022-09-12 | fix(fold): don't include whitespace end regions | Lewis Russell | |
| Some languages that are difficult to parse via Treesitter may incorrectly include whitespace lines at the end of regions. This can makes the calculated folds sub-optimal. To recitfy, use a custom directive (trim), to calculate the range with the trailing whitespace lines removed. Note this only works if the region end column is 0. Also added folds for Make. | |||
| 2022-09-12 | Update lockfile.json | GitHub | |
| 2022-09-12 | Update README | Github Actions | |
| 2022-09-12 | highlights(lua): add spell | Lewis Russell | |
| 2022-09-12 | parsers: add blueprint parser | Gabriele Musco | |
| 2022-09-12 | Update lockfile.json | GitHub | |
| 2022-09-11 | build: add a rockspec | Matthieu Coudron | |
| so that users can install this via luarocks | |||
| 2022-09-11 | Add spell query | Omar Zeghouani | |
| 2022-09-11 | highlights(solidity): use `@function.call`/`@method.call` | Stephan Seitz | |
| 2022-09-11 | highlights(hack): use `@function.call`/`@method.call` | Stephan Seitz | |
| 2022-09-11 | highlights(haskell): use `@function.call` | Stephan Seitz | |
| 2022-09-11 | highlights(elvish): use `@function.call` | Stephan Seitz | |
| 2022-09-11 | highlights(elvish): use `@operator` for operators | Stephan Seitz | |
| 2022-09-11 | highlights(fish): use `@function.call` | Stephan Seitz | |
| 2022-09-11 | highlights(clojure): use `@function.call` | Stephan Seitz | |
| 2022-09-11 | highlights(clojure): out-comment TODO query | Stephan Seitz | |
| 2022-09-11 | highlights(wgsl): use `@function.call` | Stephan Seitz | |
| 2022-09-11 | highlights(ecma): use `@method.call`/`function.call` | Stephan Seitz | |
| 2022-09-11 | highlights(c_sharp): use `@method.call` | Stephan Seitz | |
| 2022-09-11 | Update lockfile.json | GitHub | |
| 2022-09-11 | Update lockfile.json | GitHub | |
| 2022-09-10 | highlights(hlsl): add more reserved modifiers | Stephan Seitz | |
