aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: make additional_vim_regex_highlighting actually accept a listSimon Hauser2021-07-201-1/+4
|
* Update lockfile.jsonGitHub2021-07-201-1/+1
|
* injections(cuda): add injections.scmStephan Seitz2021-07-201-0/+3
|
* highlights(cuda): add support for __launch_bounds__Stephan Seitz2021-07-201-0/+1
|
* Update lockfile.jsonGitHub2021-07-191-2/+2
|
* Change install command on MacStephan Seitz2021-07-191-2/+2
| | | | Fixes #1600
* YANG fold on blocksDavid Hotham2021-07-191-0/+3
|
* Update README.mdDuarte OC2021-07-191-1/+1
|
* Updated TSInstall example command. Duarte OC2021-07-191-1/+1
| | | | | When getting set up, the current instructions make me think I have to write `:TSInstall {'python'}`, when the correct command is `TSInstall python` Let me know if this makes sense 😄
* "-z" needs to come before "-f".Laurence Tratt2021-07-191-1/+1
|
* Add `-z` switch to tar.Laurence Tratt2021-07-191-1/+1
| | | | | | | | Some versions of tar automatically infer `-z` if a `.gz` (or other compressed extension) file is passed -- but some, including OpenBSD's, don't do this and require an explicit `-z`. As far as I know, any version of tar which automatically unzips files supports `-z` so this should be a backwards compatible change for most versions of tar.
* Update lockfile.jsonGitHub2021-07-191-2/+5
|
* Update transferred fish repo info26797767+krnik2021-07-192-3/+3
|
* docs: notify about 0.5-compat in the readmeThomas Vigouroux2021-07-191-0/+4
|
* Don't capture quotes as commentsOliver Marshall2021-07-191-1/+1
|
* Remove last @aOliver Marshall2021-07-191-2/+2
|
* Remove docstring highlightsOliver Marshall2021-07-191-2/+4
|
* Use ignored capture groupsOliver Marshall2021-07-191-4/+4
|
* Improve some commentsOliver Marshall2021-07-191-2/+2
|
* Improve highlights for typesOliver Marshall2021-07-191-1/+3
|
* Remove constant highlightingOliver Marshall2021-07-191-7/+0
|
* Add forgotten annon function highlightOliver Marshall2021-07-191-0/+3
|
* Add header commentOliver Marshall2021-07-191-3/+13
|
* Add some todosOliver Marshall2021-07-191-0/+3
|
* Add context based highlighting for def, defn & nsOliver Marshall2021-07-191-0/+54
|
* Revamp the symbol highlightingOliver Marshall2021-07-191-77/+100
|
* Move meta punctuationOliver Marshall2021-07-191-1/+8
|
* SimplifyOliver Marshall2021-07-191-36/+13
|
* Add some comments & TODOsOliver Marshall2021-07-191-8/+10
|
* First pass at def-likesOliver Marshall2021-07-191-9/+17
|
* Match % variablesOliver Marshall2021-07-191-0/+3
|
* Add more operatorsOliver Marshall2021-07-191-2/+2
|
* Add some TODOsOliver Marshall2021-07-191-2/+5
|
* Highlight splicing operatorsOliver Marshall2021-07-191-0/+4
|
* All the other stuff, includes:Oliver Marshall2021-07-191-31/+176
| | | | | | | | | - Changing huge 'match's to 'any-of's - Roughly organising the queries into sections - Add some TODOs for more improvements - Comment out def-like and call queries as they overlap too much - Change the captures to use better (imo) groups - Make with-.* and when-.* always highlight like a builtin
* Reorganise slightlyOliver Marshall2021-07-191-5/+20
|
* Add YANG parserTomas Sandven2021-07-194-0/+40
|
* Use terraform ft for tf and tfvarsKhue Doan2021-07-191-1/+2
|
* Support HCL file type detectionKhue Doan2021-07-191-0/+1
|
* feat(mergify): delay mergify merging by one dayThomas Vigouroux2021-07-191-1/+19
|
* Update lockfile.jsonGitHub2021-07-181-6/+6
|
* fix: only automerge when then is two approvalsThomas Vigouroux2021-07-181-1/+1
|
* fix(mergify): only merge when there is no review requestsThomas Vigouroux2021-07-181-1/+1
|
* Folds: remove ending marks for folds; they only confuse vim when multiple ↵Andrew He2021-07-181-1/+5
| | | | closes on the same line are expected
* c: don't treat uppercase functions as constantsGregory Anders2021-07-181-9/+9
| | | | | | | | | | | | | | | | | A macro function such as #define FOO(x) ... should be highlighted with @function.macro, even though the name is in all-caps (which would otherwise be treated as a constant). Similarly, call sites of such functions, e.g. int y = FOO(x); should be highlighted with @function instead of @constant. This is as simple as moving the query definition for macro functions after the query definition for constants.
* fix(elixir): add missing possible parametersŁukasz Niemier2021-07-181-15/+2
|
* Re-attach module when the file type is changedSantos Gallegos2021-07-181-1/+10
| | | | | Requires https://github.com/neovim/neovim/pull/14995 Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1249
* ci(mergify): don't use queuesThomas Vigouroux2021-07-181-8/+4
|
* ci(Mergify): configuration updateThomas Vigouroux2021-07-181-1/+8
|
* ci(Mergify): configuration updateThomas Vigouroux2021-07-181-0/+6
|