File tree Expand file tree Collapse file tree
src/main/kotlin/com/github/xepozz/gitattributes/language Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7- ## [ 2025.0.9 ] - 2025-03-03
7+ ## [ 2025.0.10 ] - 2025-03-07
88
99- feat: add documentation builder (comments folder)
1010
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pluginGroup = com.github.xepozz.gitattributes
33pluginName = .gitattributes support
44pluginRepositoryUrl = https://github.com/xepozz/gitattributes-plugin
55# SemVer format -> https://semver.org
6- pluginVersion =2025.0.9
6+ pluginVersion =2025.0.10
77
88# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99pluginSinceBuild =213
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class AttributesAnnotator : Annotator {
2525 .textAttributes(PARAMETERS_HIGHLIGHT )
2626 .create()
2727 }
28- //
28+
2929// is GitattributesVariableValue -> {
3030// holder.newSilentAnnotation(HighlightSeverity.INFORMATION)
3131// .range(element.textRange)
Original file line number Diff line number Diff line change 11package com.github.xepozz.gitattributes.language.psi.impl
22
3- import com.github.xepozz.gitattributes.language.psi.AttributesAttribute
43import com.github.xepozz.gitattributes.language.psi.AttributesPattern
54import com.intellij.extapi.psi.ASTWrapperPsiElement
65import com.intellij.icons.AllIcons
You can’t perform that action at this time.
0 commit comments