groovy.tmbundle icon indicating copy to clipboard operation
groovy.tmbundle copied to clipboard

TextMate support for Groovy

Results 10 groovy.tmbundle issues
Sort by recently updated
recently updated
newest added

`Jenkinsfile`, the configuration file used by the open-source automation server Jenkins, is written in Groovy. https://jenkins.io/doc/book/pipeline/jenkinsfile/

There is a rogue `"applyEndPatternLast"` rule with no `"end"` rule paired with it should it be moved down inside the `"patterns"` array? https://github.com/textmate/groovy.tmbundle/blob/6f903cacfb2d5397a350eeb73bc36b2c40f3da70/Syntaxes/Groovy.tmLanguage#L2043

Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.70.2, 1.71.0 - OS Version: macOS Steps to Reproduce: 1. Open a new tab with Groovy...

Fix the following condition in multi-lined regexp: - Able to capture: ```groovy ~/multi-lined[\/] regexp/ ``` - But failed to capture: ```groovy ~/multi-lined regexp/ ```

See [this repository](https://github.com/coder451/asciidoc-groovy-syntax-issue/blob/master/README.adoc) for an example. This shows an import statement with a following callout. Any space between the end of the import statement is rendered as a red block....

Hi there, when using Groovy and quoted method names, it looks like two or more words at the beginning, followed by parenthesis breaks the syntax highlighting: ``` groovy def "Those...

There are a couple of problems with syntax highlighting for strings: - It doesn't handle interpolations in slashy strings. - It doesn't handle dollar slashy strings at all. So, for...

Fixes #15. Changes are: - Added a new `string.regexp.dollarslashy.groovy` pattern - Split out some of the existing `string-quoted-double-contents` pattern (into `string-embedded-interpolations`) so that it could be reused in more places.

_From @nickoz5 on December 20, 2017 6:9_ - VSCode Version: Code 1.19.0 (816be6780ca8bd0ab80314e11478c48c70d09383, 2017-12-14T12:06:43.492Z) - OS Version: Windows_NT x64 10.0.16299 - Extensions: Extension|Author (truncated)|Version ---|---|--- svn-scm|joh|1.4.6 Go|luk|0.6.70 python|ms-|0.9.1 cpptools|ms-|0.14.5 PowerShell|ms-|1.5.1...