mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
feat(format-scripts): linewrap predicates
"format-ignore".kick()
This commit is contained in:
parent
a29058fe8b
commit
31641d72a4
57 changed files with 1622 additions and 1537 deletions
|
|
@ -123,62 +123,22 @@
|
|||
"Vec3f" "Vec3f[]"))
|
||||
|
||||
((identifier) @keyword
|
||||
; format-ignore
|
||||
(#any-of? @keyword
|
||||
; Reference: https://openusd.org/release/api/sdf_page_front.html
|
||||
; LIVRPS names
|
||||
"inherits"
|
||||
"payload"
|
||||
"references"
|
||||
"specializes"
|
||||
"variantSets"
|
||||
"variants"
|
||||
|
||||
"inherits" "payload" "references" "specializes" "variantSets" "variants"
|
||||
; assetInfo names
|
||||
"assetInfo"
|
||||
"identifier"
|
||||
"name"
|
||||
"payloadAssetDependencies"
|
||||
"version"
|
||||
|
||||
"assetInfo" "identifier" "name" "payloadAssetDependencies" "version"
|
||||
; clips names
|
||||
"clips"
|
||||
|
||||
"active"
|
||||
"assetPaths"
|
||||
"manifestAssetPath"
|
||||
"primPath"
|
||||
"templateAssetPath"
|
||||
"templateEndTime"
|
||||
"templateStartTime"
|
||||
"templateStride"
|
||||
"times"
|
||||
|
||||
"clips" "active" "assetPaths" "manifestAssetPath" "primPath" "templateAssetPath"
|
||||
"templateEndTime" "templateStartTime" "templateStride" "times"
|
||||
; customData names
|
||||
"customData"
|
||||
|
||||
"apiSchemaAutoApplyTo"
|
||||
"apiSchemaOverridePropertyNames"
|
||||
"className"
|
||||
"extraPlugInfo"
|
||||
"isUsdShadeContainer"
|
||||
"libraryName"
|
||||
"providesUsdShadeConnectableAPIBehavior"
|
||||
"requiresUsdShadeEncapsulation"
|
||||
"skipCodeGeneration"
|
||||
|
||||
"customData" "apiSchemaAutoApplyTo" "apiSchemaOverridePropertyNames" "className" "extraPlugInfo"
|
||||
"isUsdShadeContainer" "libraryName" "providesUsdShadeConnectableAPIBehavior"
|
||||
"requiresUsdShadeEncapsulation" "skipCodeGeneration"
|
||||
; Layer metadata names
|
||||
"colorConfiguration"
|
||||
"colorManagementSystem"
|
||||
"customLayerData"
|
||||
"defaultPrim"
|
||||
"doc"
|
||||
"endTimeCode"
|
||||
"framesPerSecond"
|
||||
"owner"
|
||||
"startTimeCode"
|
||||
"subLayers"
|
||||
|
||||
"colorConfiguration" "colorManagementSystem" "customLayerData" "defaultPrim" "doc" "endTimeCode"
|
||||
"framesPerSecond" "owner" "startTimeCode" "subLayers"
|
||||
; Prim metadata
|
||||
"instanceable"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue