aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAgeFilesLines
* Typo fix and reword docAbin Simon2021-09-171-3/+2
|
* add keywords to scala highlights (#1662)Stuart Mashaal2021-09-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add keywords to scala highlights * special capture for special keywords * add while to 'repeat' capture * pr cleanup, exmaples in CONTRIBUTING.md * add backquotes for consistency in docs * group @repeat keywords, fix null * comment-out 'macro' and 'forSome' * fix 'this' and 'super' keyword * remove accidental files :facepalm: * update revision * fix "super" and "this" * godammit these .metals files are killing me * why did I commit this??? Co-authored-by: Stuart Mashaal <smashaal@hopper.com>
* add @tag.attribute for html like attributeslmlorca2021-07-141-0/+1
|
* Use stylua for autoformat code (#1480)Santos Gallegos2021-07-041-1/+2
|
* feat(keywords) merge return and yield into keyword.return groupantonk522021-07-041-1/+0
|
* feat(keywords) add keyword.return & keyword.yieldantonk522021-07-041-0/+2
|
* Improve check-queries (#1253)Santos Gallegos2021-05-311-2/+12
| | | | | - Add checks for injections. - Allow queries that start with [A-Z] for highlights only. - Don't stop on the first error, finish checking all queries.
* Add text.reference and text.environmentStephan Seitz2021-03-301-1/+4
|
* latex: add TSMath that behaves like vimtex math highlightingStephan Seitz2021-03-301-0/+1
|
* Add comment parser to highlight comment tags (#893)Santos Gallegos2021-03-121-0/+4
| | | Closes #236
* [highlights] Add TSSymbol highlight groupDennis B2021-03-041-0/+1
| | | | | | | | | | | | | | Addresses issue #892 Ruby and Dart literal symbols will now be highlighted by the new TSSymbol highlight group, which itself will, by default, link to the Vim Identifier highlight group. Vim theme authors can then set their TSSymbol colors. Symbol highlighting can apply to a number of languages as noted in the following Wikipedia page: https://en.wikipedia.org/wiki/Symbol_(programming) Not just for Ruby and Dart.
* HTML: improve highlights & injectionsSantos Gallegos2021-02-111-0/+1
|
* Remove usages of `@embedded` in highlightsStephan Seitz2021-01-061-10/+15
|
* Python highlights: Add regex injections: re.match(r"...")Stephan Seitz2021-01-031-1/+0
|
* Regex highlights: Add constant highlight for class_characterStephan Seitz2021-01-031-0/+1
|
* Remove textobjects from contributingStephan Seitz2020-10-231-28/+0
|
* feat(queries): modeline mechanism for base langsThomas Vigouroux2020-10-111-0/+12
| | | | | | | | This implements https://github.com/neovim/neovim/pull/13059#issuecomment-704414189 This behaves like modelines and remove the use of the base_language map. Also, this allows to fine-tune what we actually want to include per query, which is better IMO.
* fix(highlights): Add TSNamespace highlightStephan Seitz2020-10-101-1/+1
| | | | | | | | | Start adding highlights for - C++ - Rust (including other scoped_identifier/scoped_type_identifier fixes) - JS (only namespace_import) Addresses #516
* Add @keyword.operator for operators that are English words and add ↵Stephan Seitz2020-09-191-1/+2
| | | | @exception for Java/JS
* Add TSTag and TSTagDelimiter groupsTravonteD2020-09-181-0/+9
| | | | | These groups will be added for use with xml-like tags such as html and jsx.
* Update CONTRIBUTING.mdSantos Gallegos2020-09-171-1/+1
| | | Co-authored-by: Thomas Vigouroux <tomvig38@gmail.com>
* Update contributingSantos Gallegos2020-09-171-4/+38
|
* Remove @definition.doc capturesSantos Gallegos2020-09-171-8/+1
| | | | | | These aren't really definitions and are being show in the definitions list. We aren't using them at the moment, we could use another group or query file.
* add @none to contributing.mdkiyan422020-09-151-1/+2
|
* Folds: rename query files to folds.scm to be consistentSantos Gallegos2020-09-141-1/+1
| | | | We use plural names for all query files except folds.
* ci: check capture names in queriesThomas Vigouroux2020-09-111-24/+35
|
* docs(fold): document and commentThomas Vigouroux2020-09-011-0/+6
|
* Docs: document `@punctuation.special`Santos Gallegos2020-08-161-0/+1
|
* Merge pull request #296 from steelsojka/feat-is-predicateSteven Sojka2020-08-161-0/+1
|\ | | | | feat(highlights): add is predicate
| * feat(highlights): add is predicateSteven Sojka2020-08-161-0/+1
| |
* | feat(definitions): allow setting of scopeSteven Sojka2020-08-161-0/+27
|/
* Update contributing.mdAkin Sowemimo2020-08-091-0/+6
|
* Lua: highlight function nameSantos Gallegos2020-08-091-0/+1
|
* Docs: format and fixesSantos Gallegos2020-07-271-17/+25
| | | | Format the docs to be consisted and some typos.
* Parsers: add reStructuredTextSantos Gallegos2020-07-271-0/+15
|
* Add rust locals.scmStephan Seitz2020-07-131-0/+1
|
* Introduce @definition.import for Python/JavascriptStephan Seitz2020-07-081-1/+2
|
* docs: advertise module-template in CONTRIBUTING.mdThomas Vigouroux2020-07-081-1/+16
|
* Add style-check scriptStephan Seitz2020-07-061-0/+12
|
* Update CONTRIBUTING.mdThomas Vigouroux2020-06-231-49/+59
| | | This makes it more readable
* refactor: use newly introduced consolidated syntaxTravonteD2020-06-201-0/+2
|
* Update CONTRIBUTING.md for @docStephan Seitz2020-06-071-0/+7
|
* Introduce `@include`Stephan Seitz2020-05-171-0/+1
|
* queries: add C queriesThomas Vigouroux2020-05-161-0/+1
| | | | Also add a missing `field` capture in locals query.
* Fix typo in CONTRIBUTING.mdStephan Seitz2020-05-081-1/+1
|
* fix(CONTRIBUTING): typosThomas Vigouroux2020-05-071-5/+5
|
* docs: add contributig draftThomas Vigouroux2020-05-071-0/+99