aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* injections(r): add commentPedro Castro2022-03-191-0/+1
|
* Combined closing.css and block.css test files into single open_block.cssDaniel Woznicki2022-03-193-3/+2
|
* Added fix for incorrect CSS indent after closing bracketDaniel Woznicki2022-03-195-3/+35
| | | | Added a failing test for possible broken CSS syntax tree
* edit(readme): note about the configuration filetypesMartin Kunz2022-03-191-0/+3
|
* highlights(php): argument name as parameterWilman Barrios2022-03-171-0/+3
|
* Update READMEGithub Actions2022-03-171-0/+1
|
* Add CooklangAddison Chan2022-03-173-0/+32
|
* Update lockfile.jsonGitHub2022-03-161-3/+3
|
* highlights(bash): add operators ">>", "<<"Stephan Seitz2022-03-161-0/+2
|
* Update lockfile.jsonGitHub2022-03-161-1/+1
|
* highlight(fish): dollar command substitutionOmar Zeghouani2022-03-161-0/+2
|
* Update lockfile.jsonGitHub2022-03-161-1/+1
|
* Update lockfile.jsonGitHub2022-03-151-1/+1
|
* Update lockfile.jsonGitHub2022-03-141-1/+1
|
* Update lockfile.jsonGitHub2022-03-141-1/+1
|
* Update lockfile.jsonGitHub2022-03-141-2/+2
|
* Highlight markdown `uri_autolink` as `@text.uri`Gustaf Lindstedt2022-03-141-1/+4
|
* Update lockfile.jsonGitHub2022-03-141-1/+1
|
* Update lockfile.jsonGitHub2022-03-131-1/+1
|
* Update lockfile.jsonGitHub2022-03-131-1/+1
|
* properly bind function names to the parent scopeHarry Gallagher2022-03-121-2/+4
|
* fix(lua): restore precedence for @variable.builtin and @constant.builtinChristian Clason2022-03-121-14/+12
|
* fix(solidity): follow install_info.branch on parser updateStephan Seitz2022-03-121-1/+11
|
* Update lockfile.jsonGitHub2022-03-121-0/+3
|
* Add more indentationsNick Pezza2022-03-121-0/+5
|
* Dedent on end in ruby filesNick Pezza2022-03-121-0/+7
| | | | Fixes #2554
* Update READMEGithub Actions2022-03-111-0/+1
|
* highlights(rust): highlight as in <Struct as Trait>::TypeStephan Seitz2022-03-111-0/+1
|
* Refactor solidity highlights.scm furtherYongJieYongJie2022-03-112-21/+36
| | | | | | - Instead of @keyword, use @conditional, @exception, @return, @function as appropriate - Standardize to using @field (instead of @property)for struct members
* Refactor solidity highlights.scmYongJieYongJie2022-03-112-14/+31
| | | | | | - Use more specific/appropriate captures; change invalid captures - Don't highlight punctuations in type names (e.g., the brackets in 'bytes32[]')
* Add highlights query for SolidityYongJieYongJie2022-03-113-0/+375
|
* Update lockfile.jsonGitHub2022-03-111-2/+2
|
* Update lockfile.jsonGitHub2022-03-101-3/+3
|
* Update lockfile.jsonGitHub2022-03-091-1/+1
|
* fix: prefer gmake over makeStephan Seitz2022-03-081-2/+9
|
* Revert "2612: Use gmake when available"Stephan Seitz2022-03-081-5/+1
| | | | This reverts commit d3d1637c3c7b384776dfc8f4e8c34cf83eca37e3.
* Update lockfile.jsonGitHub2022-03-081-3/+3
|
* 2612: Use gmake when availableSebastián Zaffarano2022-03-081-1/+5
|
* Update READMEGithub Actions2022-03-081-0/+1
|
* Update lockfile.jsonGitHub2022-03-081-1/+1
|
* Update lockfile.jsonGitHub2022-03-081-4/+4
|
* Add slint parser configuration and queries (#2598)Jared Moulton2022-03-074-0/+141
| | | | | | | | | | | | | | | | | * Add slint parser * Mark slint as experimental * Remove filetype and add slint to the lockfile * Update queries * Update varibable.builtin's and repeats * Update slint true false * Change export back to keyword * Change export back to include :)
* Update lockfile.jsonGitHub2022-03-071-1/+1
|
* highlights(vala): Reflect upstream refactorMateus Melchiades2022-03-072-10/+20
|
* Update lockfile.jsonGitHub2022-03-061-1/+1
|
* Update lockfile.jsonGitHub2022-03-051-2/+2
|
* Update lockfile.jsonGitHub2022-03-041-1/+1
|
* Update lockfile.jsonGitHub2022-03-021-1/+4
|
* ci: ignore gleam for lockfile updateChristian Clason2022-03-021-1/+1
|
* highlights(cpp): Add operator cast highlightFabian Viöl2022-03-021-1/+2
| | | | | See https://en.cppreference.com/w/cpp/language/cast_operator for reference.